NVMe and Bhyve

Jason Tubnor jason at tubnor.net
Mon Feb 18 02:22:30 UTC 2019


On Mon, 18 Feb 2019 at 12:09, Victor Sudakov <vas at sibptus.ru> wrote:

>
> Well, disk0 will be the guest HDD to install to, disk1 will be the ISO with
> drivers, and which disk will be the ISO attached by the "vm install"
> command?
>
>
 From a user perspective, this is not of any value to know.  vm-bhyve
manages that in the background and usually puts the regular disk0 as -s 4:0
regardless of normal boot or install and when the installer is invoked,
puts the installer iso in as -s 3:0

So based on previous examples, you'd see something like this in the log:
-s 3:0,ahci-cd,/vm/.iso/myinstaliso.iso -s
4:0,ahci-hd,/dev/zvol/mypool/vm/myserver/disk0 -s
5:0,ahci-cd,/vm/myserver/virtio-win-0.1.164.iso


More information about the freebsd-virtualization mailing list