[Bug 213055] bhyve guest crashes when second disk is added

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 1 21:38:32 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213055

Peter Grehan <grehan at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grehan at FreeBSD.org

--- Comment #1 from Peter Grehan <grehan at FreeBSD.org> ---
I noticed in your grub device map that two zvols were listed:

(hd0) /dev/zvol/tank/githubroot
(hd1) /dev/zvol/tank/githubdata

but only 1 of these was configured from the bhyve command line:

-s 3:0,virtio-blk,/home/girgen/github.img   <- should be the githubroot zvol?
-s 4:0,virtio-blk,/dev/zvol/tank/githubdata

Not sure if that's intentional, and it may not make a difference.

One thing to try is to use ahci-hd for the disk images e.g.

-s 3:0,ahci-hd,/home/girgen/github.img
-s 4:0,ahci-hd,/dev/zvol/tank/githubdata

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-virtualization mailing list