qemu: snapshot: Add support for external active snapshots on gluster

Add support for gluster backed images as sources for snapshots in the
qemu driver. This will also simplify adding further network backed
volumes as sources for snapshot in case qemu will support them.
This commit is contained in:
Peter Krempa
2013-11-25 18:56:24 +01:00
parent 7183d7d2e8
commit 3cf074ee40
4 changed files with 119 additions and 10 deletions

View File

@@ -183,8 +183,9 @@
documentation for further information.
Libvirt currently supports the <code>type</code> element in the qemu
driver and supported values are <code>file</code> and
<code>block</code> <span class="since">(since 1.2.2)</span>.
driver and supported values are <code>file</code>, <code>block</code>
and <code>network</code> with a protocol of <code>gluster</code>
<span class="since">(since 1.2.2)</span>.
</dd>
</dl>
</dd>