add sheepdog driver doc

Change-Id: I84ac2d4f6328263bff50b5db2e4a0e29feb62c65
This commit is contained in:
Shiori Takazawa Toyoshima 2014-04-14 19:16:37 +09:00
parent 4588778170
commit d6d243cc9a
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<section xml:id="sheepdog-driver"
xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0">
<title>Sheepdog driver</title>
<para>Sheepdog is an open-source distributed storage system
that provides a virtual storage pool utilizing internal disk of
commodity servers.</para>
<para>Sheepdog scales to several hundred nodes, and has powerful
virtual disk management features like snapshot, cloning, rollback,
thin proisioning.</para>
<para>More information can be found on <link
xlink:href="http://sheepdog.github.io/sheepdog/">Sheepdog Project</link>.</para>
<para>This driver enables use of Sheepdog through Qemu/KVM.</para>
<para>Set the following
<literal>volume_driver</literal> in
<filename>cinder.conf</filename>:</para>
<programlisting>volume_driver=cinder.volume.drivers.sheepdog.SheepdogDriver</programlisting>
</section>

View File

@ -37,4 +37,5 @@
<xi:include href="drivers/xenapi-nfs.xml"/>
<xi:include href="drivers/xen-sm-driver.xml"/>
<xi:include href="drivers/zadara-volume-driver.xml"/>
<xi:include href="drivers/sheepdog-driver.xml"/>
</section>