[libvirt] [PATCH 1/2] storage: zfs: enable on Linux

Roman Bogorodskiy bogorodskiy at gmail.com
Mon Jan 18 14:19:21 UTC 2016


  Roman Bogorodskiy wrote:

> ZFS-on-Linux implementation of ZFS starting with version 0.6.4
> contains all the features we use, so there's no reason to limit
> libvirt ZFS storage backend to FreeBSD only.
> 
> There's still one difference between these implementations: ZFS on
> FreeBSD requires to set 'volmode' option to 'dev' when creating
> volumes, while ZFS-on-Linux does not need that.
> 
> Handle it by checking if 'volmode' option is needed by parsing usage
> information of the 'zfs get' command.
> ---
>  configure.ac                      |  8 ------
>  src/storage/storage_backend_zfs.c | 51 +++++++++++++++++++++++++++++++++++++--
>  2 files changed, 49 insertions(+), 10 deletions(-)
> 

ping?

Roman Bogorodskiy




More information about the libvir-list mailing list