Re: bhyve disk performance issue

2024-02-22 Thread Jason Tubnor
e out if it is a ZFS or bhyve issue. Cheers, Jason.

Re: 14R bhyve RHEL9+NVME

2024-02-11 Thread Jason Tubnor
g, so it isn't a RHEL thing, just the installer.   Cheers,   Jason.   "Matthew Grooms" mgro...@shrew.net – 12 February 2024 11:32 AM > Hey All, >  > Has anyone had experience installing either Rocky or Alma Linux 9.3  > using virtual NVME disks on a FreeBSD 14R host? I

RE: Ubuntu in bhyve

2023-06-15 Thread jason
Make sure your guests (and host) are syncing to a reliable time source. I have heard time to time of some having this issue, but we haven't seen it though we do use OpenNTPD across our BSD/*nix guests (windows has its own time sync service). Cheers, Jason. From: owner-fr

Re: Anyone have a copy of the work that Joyent did on FreeBSD “VPC” software defined networking?

2022-04-17 Thread Jason King
Byran left Joyent a couple of years ago, and Samsung has a rather peculiar view of what open source is, so I wouldn’t get your hopes up too much. From: owner-freebsd-virtualizat...@freebsd.org on behalf of Erik N Date: Sunday, April 17, 2022 at 12:12 PM To: Philip M. Gollucci Cc: freebsd-virt

RE: Virtio-win driver (virtio-blk and virtio-scsi) don't work when they are used on bhyve with Windows 11 as guest os

2022-03-27 Thread jason
Use nvme or ahci-hd for da4/da2 and see what you get. The whole disk needs to go in there so Windows sees the GPT label. The other thing that comes to mind is that FreeBSD has hold of the disks and won’t allow them to be inserted, similar to issues when passing zvol into guests when volmode<>dev. Cheers, Jason.

RE: Ubuntu guest Grub prompt

2022-02-27 Thread jason
> -Original Message- > From: owner-freebsd-virtualizat...@freebsd.org virtualization@freebsd.org> On Behalf Of Xavier Humbert > Sent: Sunday, 27 February 2022 9:19 PM > To: freebsd-virtualizat...@freebsd.org > Subject: Ubuntu guest Grub prompt > > Hi, > > I've installed (many tries) Ub

RE: bhyve terribly slow when using tagged vlan

2022-01-14 Thread jason
Try: ifconfig ixl1 -lro -tso Observations that these options active on a stacked VLAN interface causes issues. Typically when a VLAN interface is pushed into a bridge, these should be stripped, but are not. Cheers, Jason. > -Original Message- > From: owner-freebsd-virtu

RE: bhyve NVMe 1.4 support

2022-01-10 Thread jason
n Mon, Jan 3, 2022 at 4:49 PM wrote: > > > > > > Hi Chuck, > > > > > > Testing on 14.0-CURRENT shows the following: > > > > > > OpenBSD 6.9 - NVMe read/write OK > > > Windows 10 - NVMe read OK, write FAIL Windows Server 2022 - NVMe > > >

RE: bhyve NVMe 1.4 support

2022-01-03 Thread jason
Hi Chuck, Testing on 14.0-CURRENT shows the following: OpenBSD 6.9 - NVMe read/write OK Windows 10 - NVMe read OK, write FAIL Windows Server 2022 - NVMe read OK, write FAIL Alma Linux 8.5 - NVMe read OK, write FAIL. Cheers, Jason. -Original Message- From: owner-freebsd-virtualizat