[libvirt] [PATCH v2] storage: ZFS support

Roman Bogorodskiy bogorodskiy at gmail.com
Tue Aug 12 15:41:49 UTC 2014


  Ján Tomko wrote:

> On 07/26/2014 06:13 PM, Roman Bogorodskiy wrote:
> > Implement ZFS storage backend driver. Currently supported
> > only on FreeBSD because of ZFS limitations on Linux.
> > ---
> >  configure.ac                      |  43 +++++
> >  docs/schemas/storagepool.rng      |  20 +++
> >  docs/storage.html.in              |  34 ++++
> >  include/libvirt/libvirt.h.in      |   1 +
> >  po/POTFILES.in                    |   1 +
> >  src/Makefile.am                   |   8 +
> >  src/conf/storage_conf.c           |  15 +-
> >  src/conf/storage_conf.h           |   4 +-
> >  src/qemu/qemu_conf.c              |   1 +
> >  src/storage/storage_backend.c     |   6 +
> >  src/storage/storage_backend_zfs.c | 329 ++++++++++++++++++++++++++++++++++++++
> >  src/storage/storage_backend_zfs.h |  29 ++++
> >  src/storage/storage_driver.c      |   1 +
> >  tools/virsh-pool.c                |   3 +
> >  14 files changed, 492 insertions(+), 3 deletions(-)
> >  create mode 100644 src/storage/storage_backend_zfs.c
> >  create mode 100644 src/storage/storage_backend_zfs.h
> 
> ACK

Pushed, thanks!

Roman Bogorodskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140812/edb7eceb/attachment-0001.sig>


More information about the libvir-list mailing list