openstack-manuals/doc/config-reference/block-storage/drivers/sheepdog-driver.xml
Sandro Tosi bcec02416e Typos and spellings errors fix in config-ref, HA/image guides
Another round of typos/spelling errors fixing, in particular for
config-reference, HA guide and image guide.

Change-Id: Ibc3661e132a0ea4010a5a61f71ef5209ae6655b6
Closes-Bug: #1356970
2014-08-15 09:00:11 +01:00

21 lines
1022 B
XML

<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 provisioning.</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>