]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: document gluster pool
authorEric Blake <eblake@redhat.com>
Tue, 15 Oct 2013 23:06:18 +0000 (17:06 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 25 Nov 2013 18:03:19 +0000 (11:03 -0700)
commited5fa7f39399080b0aeb5a657fc71b75019edbe9
tree2df45bb8a5ae14a2a3e48e70ada321149a8dd4f3
parent318ea3cb77d9b2784ffb26e58c2f371050035b40
storage: document gluster pool

Add support for a new <pool type='gluster'>, similar to
RBD and Sheepdog.  Terminology wise, a gluster volume
forms a libvirt storage pool, within the gluster volume,
individual files are treated as libvirt storage volumes.

* docs/schemas/storagepool.rng (poolgluster): New pool type.
* docs/formatstorage.html.in: Document gluster.
* docs/storage.html.in: Likewise, and contrast it with netfs.
* tests/storagepoolxml2xmlin/pool-gluster.xml: New test.
* tests/storagepoolxml2xmlout/pool-gluster.xml: Likewise.
* tests/storagepoolxml2xmltest.c (mymain): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
docs/formatstorage.html.in
docs/schemas/storagepool.rng
docs/storage.html.in
tests/storagepoolxml2xmlin/pool-gluster-sub.xml [new file with mode: 0644]
tests/storagepoolxml2xmlin/pool-gluster.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-gluster-sub.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-gluster.xml [new file with mode: 0644]
tests/storagepoolxml2xmltest.c