https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213055
Peter Grehan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Peter Grehan <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "[email protected]"
