available hypervisors in FreeBSD

Paul Vixie paul at redbarn.org
Wed Apr 1 16:47:52 UTC 2015



Udo Rader wrote:
> ...
>
> Raw disks are fine with us as we do not overprovision storage (at least
> not yet).

nfs, with the server running zfs "raid10", and the guest as an nfs client, using the "bridge" network, is as fast for normal file i/o (like un-tarring a big file) as native zfs on the server, and is as fast as "ufs" on the client using raw "zvol" from the server. so you have choices, and none of them are non-performant.

> [guests.redbarn:amd64] cat /etc/fstab # Device Mountpoint FStype
> Options Dump Pass# /dev/vtbd0p3 / ufs rw 1 1 mm1:/zroot1/guesthomes
> /zroot1/guesthomes nfs rw,noinet4 0 0 

and:

> root at mm1:/home/vixie # cat /etc/zfs/exports # !!! DO NOT EDIT THIS
> FILE MANUALLY !!! /zroot1/guesthomes guests.redbarn.org /zroot1/home
> family.redbarn.org 

-- 
Paul Vixie


More information about the freebsd-virtualization mailing list