Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Oct 2016 21:38:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-virtualization@FreeBSD.org
Subject:   [Bug 213055] bhyve guest crashes when second disk is added
Message-ID:  <bug-213055-27103-2dQ4zAe7UZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213055-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213055-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213055

Peter Grehan <grehan@FreeBSD.org> changed:

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

--- Comment #1 from Peter Grehan <grehan@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 zvo=
l?
-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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213055-27103-2dQ4zAe7UZ>