[Bug 234134] Increase VM_MAX_NAMELEN value

2019-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134 Rodney W. Grimes changed: What|Removed |Added Assignee|b...@freebsd.org|rgri...@freebsd.org ---

Re: NVMe and Bhyve

2019-02-08 Thread mike
Hi, yes its a typo but not relevant for the mentioned problem. It just leads to not adding disk2. Disk0 and the nvme get added to bhyve. Only windows is unwilling to use nvme. Greetings ... Mike On February 7, 2019 9:08:53 PM GMT+01:00, Yuri Pankov wrote: >Michael Reifenberger wrote: >> Hi,

[Bug 234134] Increase VM_MAX_NAMELEN value

2019-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134 --- Comment #5 from Mateusz Kwiatkowski --- Hi Rodney, Did you have a chance to take a look on this issue? Thanks! -- You are receiving this mail because: You are on the CC list for the bug.

RE: NVMe and Bhyve

2019-02-08 Thread Matt Churchyard via freebsd-virtualization
Michael Reifenberger wrote: > Hi, > first I tried to install windows10 ltsc 2019 onto a nvme disk. > This failed, the windows installer did not find a disk to install. > > Then I tried the following setup: > ... > disk0_type="ahci-hd" > disk0_dev="zvol" > disk0_name="disk0" > disk1_type="nvme" >