| Summary: | bhyve guest crashes when second disk is added | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Palle Girgensohn <girgen> |
| Component: | bin | Assignee: | freebsd-virtualization (Nobody) <virtualization> |
| Status: | New --- | ||
| Severity: | Affects Only Me | CC: | grehan |
| Priority: | --- | ||
| Version: | 11.0-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Palle Girgensohn
2016-09-28 22:40:18 UTC
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 |