Fixes some problems identified in v1: https://www.redhat.com/archives/libvir-list/2013-October/msg01354.html Eric Blake (3): storage: initial support for linking with libgfapi storage: document gluster pool storage: implement rudimentary glusterfs pool refresh 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 | 228 +++++++++++++++++++++++++++ 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, 493 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 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list