Merge "add sheepdog driver doc"

This commit is contained in:
Jenkins 2014-04-15 13:37:57 +00:00 committed by Gerrit Code Review
commit f4ad0b4aa3
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>