Re: bhyve uses all available memory during IO-intensive operations

2017-12-02 Thread K. Macy
or a FreeBSD/ZFS guest? Perhaps 4k, >> to match the most common mass storage sector size? >> >> - .Dustin >> >>> On Dec 1, 2017, at 9:18 PM, K. Macy <km...@freebsd.org> wrote: >>> >>> One thing to watch out for with chyves if your virtual di

Re: bhyve uses all available memory during IO-intensive operations

2017-12-02 Thread K. Macy
There was a standards group but now the interfaces used buy the Linux virtio drivers define the de facto standard. As virtual interfaces go they're fairly decent. So all we need is a backend. The one thing FreeBSD doesn't have that I miss is CPU hot plug when running as a guest - or at least a

Re: bhyve uses all available memory during IO-intensive operations

2017-12-01 Thread K. Macy
ector size? I would err somewhat larger, the benefits of shallower indirect block chains will outweigh the cost of RMW I would guess. And I think it should be your guest file system block size. I don't know what ext4 is, but ext2/3 was 16k by default IIRC. -M > > - .Dustin >

Re: bhyve uses all available memory during IO-intensive operations

2017-12-01 Thread K. Macy
On Fri, Dec 1, 2017 at 20:02 Rodney W. Grimes < freebsd-...@pdx.rh.cn85.dnsmgr.net> wrote: > > On 02/12/2017 08:11, Dustin Wenz wrote: > > > > > > The commit history shows that chyves defaults to -S if you are > > > hosting from FreeBSD 10.3 or later. I'm sure they had a reason for > > > doing

Re: bhyve uses all available memory during IO-intensive operations

2017-12-01 Thread K. Macy
One thing to watch out for with chyves if your virtual disk is more than 20G is the fact that it uses 512 byte blocks for the zvols it creates. I ended up using up 1.4TB only half filling up a 250G zvol. Chyves is quick and easy, but it's not exactly production ready. -M On Thu, Nov 30, 2017

Re: Issues with GTX960 on CentOS7 using bhyve PCI passthru (FreeBSD 11-RC2)

2017-01-11 Thread K. Macy
I hope you keep it up or at least figure out what the driver is doing. If they haven't explicitly put in the license terms that virtualization is forbidden for consumer cards, there's nothing wrong with hot patching the driver ... assuming that they don't do things like Skype does where it

Re: Issues with GTX960 on CentOS7 using bhyve PCI passthru (FreeBSD 11-RC2)

2017-01-11 Thread K. Macy
Is the VM checking documented in the driver notes somewhere? I have a Titan X that I need to run CUDA on and would be much happier if I didn't have to actually switch back and forth between FreeBSD and Ubuntu on my desktop. Are we new fairly certain that this won't work? (Yet another reason to go

Re: bhyve graphics support

2016-05-27 Thread K. Macy
Yes. -M On Friday, May 27, 2016, Peter Grehan wrote: > Cool stuff. FYI new i915 driver has vgpu support, incliuding 3D. >> > > Is that the KVM-GT work ? (https://github.com/01org/KVMGT-kernel) > > If so, yes, it would be great to support that in bhyve. > > later, > >

Re: Automatically running /usr/tests on stable/10 branch under Jenkins

2014-10-25 Thread K. Macy
On Sat, Oct 25, 2014 at 2:46 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Oct 25, 2014, at 13:20, K. Macy km...@freebsd.org wrote: Alan also suggested against integrating the test suite as-is, because as he said, Remember, don't run these tests on a production system. They WILL cause

Re: Automatically running /usr/tests on stable/10 branch under Jenkins

2014-10-24 Thread K. Macy
(2) Creates a bootable UFS image with makefs any chance zfs will be used as well? Seconded. There are residual locking issues issues in ZFS. Particularly in the less exercised areas. (5) Shuts down the bhyve VM Do you have crashdumps configured in case stuff goes wrong? Along those

Re: FreeBSD KVM port

2011-07-02 Thread K. Macy
'production grade'. And virtualbox does not come close to kvm/xen in terms of performance/management features . Also the whole Oracle thing ... I was curious about KVM support because of coming across the old port (2007). What happened to it ? 2011/6/30 K. Macy kmacy at freebsd.org: On Thu