d6d243cc9a
Change-Id: I84ac2d4f6328263bff50b5db2e4a0e29feb62c65
21 lines
1021 B
XML
21 lines
1021 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 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>
|