Re: trying to attach another disk to openbsd72 bhyve guest

2022-11-06 Thread void
Hi, On Sun, 6 Nov 2022, at 11:16, Peter Grehan wrote: > I tried this out with 7 disks, 6 added post-install, and OpenBSD 7.2 was > able to see them. Info appended. Managed to "fix" it :D - the tl;dr version is "select GPT and not MBR" because if GPT isn't selected, an msdos efi partition isn't c

Problem reports for virtualization@FreeBSD.org that need special attention

2022-11-06 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

Re: bhyve nvlist constness bug

2022-11-06 Thread Mark Johnston
On Fri, Nov 04, 2022 at 11:22:55AM +0100, Corvin Köhne wrote: > > On 10/23/22 11:18 AM, Mark Johnston wrote: > >> I'm going through compiler warnings in the bhyve code with the aim of > >> bumping WARNS, since the current setting hides bugs. There's one in the > >> config code that looks a bit tri

Re: trying to attach another disk to openbsd72 bhyve guest

2022-11-06 Thread void
Hello Peter, On Sun, 6 Nov 2022, at 11:16, Peter Grehan wrote: > I tried this out with 7 disks, 6 added post-install, and OpenBSD 7.2 was > able to see them. Info appended. Thanks for this, I'll try to replicate your results here > What version is the FreeBSD host ? I tested on CURRENT. Ah, a

Re: trying to attach another disk to openbsd72 bhyve guest

2022-11-06 Thread Peter Grehan
Hi, Hello, I'm trying to attach another disk to an openbsd72 guest like so: [snip] bhyve -c 4 -m 16G -wuH \ -s 0,amd_hostbridge \ -s 3,virtio-blk,/dev/zvol/vms/openbsd64g \ -s 4,ahci-hd,/dev/zvol/vms/openbsd-externalfs0 \ <=== here -s 5,virtio-net,tap14 \ -s 30,xhci,tablet \ -s 31,lpc -l com1,s