v2 at:
https://www.redhat.com/archives/libvir-list/2013-November/msg00099.html
Since then: minor improvements to patch 1 and 3 based on testing;
patch 4 is new
Eric Blake (4):
storage: initial support for linking with libgfapi
storage: document gluster pool
storage: implement rudimentary glusterfs pool refresh
storage: probe qcow2 volumes in gluster pool
configure.ac | 21 ++
docs/formatstorage.html.in | 11 +-
docs/schemas/storagepool.rng | 21 ++
docs/storage.html.in | 90 ++++++-
libvirt.spec.in | 15 ++
m4/virt-gluster.m4 | 26 ++
po/POTFILES.in | 1 +
src/Makefile.am | 9 +
src/conf/storage_conf.c | 20 +-
src/conf/storage_conf.h | 3 +-
src/storage/storage_backend.c | 6 +
src/storage/storage_backend.h | 6 +-
src/storage/storage_backend_gluster.c | 343 +++++++++++++++++++++++++++
src/storage/storage_backend_gluster.h | 29 +++
tests/storagepoolxml2xmlin/pool-gluster.xml | 8 +
tests/storagepoolxml2xmlout/pool-gluster.xml | 11 +
tests/storagepoolxml2xmltest.c | 1 +
17 files changed, 608 insertions(+), 13 deletions(-)
create mode 100644 m4/virt-gluster.m4
create mode 100644 src/storage/storage_backend_gluster.c
create mode 100644 src/storage/storage_backend_gluster.h
create mode 100644 tests/storagepoolxml2xmlin/pool-gluster.xml
create mode 100644 tests/storagepoolxml2xmlout/pool-gluster.xml
--
1.8.3.1