Files
openstack-manuals/doc/config-reference/block-storage/drivers/sheepdog-driver.xml
Teruaki Ishizaki e1d38d49b6 Sheepdog: Follow the changes for cinder driver
This patch includes the changes for adding new configs
to Sheepdog driver of cinder.

In addition, the page of supported operations is added.

Change-Id: I5e3b05e7e435c6c6fd03a8f25cc7c71300e5b587
2015-09-25 16:39:19 +09:00

56 lines
2.1 KiB
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>
<section xml:id="sheepdog-supported-operations">
<title>Supported operations</title>
<para>Sheepdog driver supports these operations:</para>
<itemizedlist>
<listitem>
<para>Create, delete, attach, and detach volumes.</para>
</listitem>
<listitem>
<para>Create, list, and delete volume snapshots.</para>
</listitem>
<listitem>
<para>Create a volume from a snapshot.</para>
</listitem>
<listitem>
<para>Copy an image to a volume.</para>
</listitem>
<listitem>
<para>Copy a volume to an image.</para>
</listitem>
<listitem>
<para>Clone a volume.</para>
</listitem>
<listitem>
<para>Extend a volume.</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="sheepdog-configuration">
<title>Configuration</title>
<para>Set the following
<literal>volume_driver</literal> in
<filename>cinder.conf</filename>:</para>
<programlisting>volume_driver=cinder.volume.drivers.sheepdog.SheepdogDriver</programlisting>
<para>The following table contains the configuration options
supported by the Sheepdog driver.</para>
<xi:include href="../../../common/tables/cinder-sheepdog.xml"/>
</section>
</section>