]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: netfs: Support lookup of glusterfs pool sources
authorPeter Krempa <pkrempa@redhat.com>
Wed, 26 Mar 2014 18:17:55 +0000 (19:17 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 1 Apr 2014 09:06:05 +0000 (11:06 +0200)
commit05671b95dbe3a141a8ec93262df9d28e0509ae24
treeca0482f376d094ab99bfb2d1fe10e437fde715bc
parent18642d100f2f73c3a9a42211cddf5cda38943656
storage: netfs: Support lookup of glusterfs pool sources

https://bugzilla.redhat.com/show_bug.cgi?id=1072714

Use the "gluster" command line tool to retrieve information about remote
volumes on a gluster server to allow storage pool source lookup.

Unfortunately gluster doesn't provide a management library so that we
could use that directly, instead the RPC calls are hardcoded in the
command line tool.
configure.ac
src/storage/storage_backend.c
src/storage/storage_backend.h
src/storage/storage_backend_fs.c