Add config documentation for Quobyte Cinder driver

This change adds a short Quobyte Cinder driver configuration
description based on the move-driver-docs spec.

Implements bp move-driver-docs

Change-Id: Iee2dd114a15d5b193885ccef9f45eb5d6032b363
This commit is contained in:
Silvan Kaiser
2015-03-26 11:20:58 +01:00
committed by Andreas Jaeger
parent 69c6aee4e6
commit 10f39e16d6
3 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
<section xml:id="Quobyte-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>Quobyte driver</title>
<para><link xlink:href="http://www.quobyte.com/">Quobyte
</link> provides a software defined storage system running
on plain Linux servers.
Quobyte allows reconfiguration at runtime without storage
service interruption. Storage behaviour is fully configurable
via policies which also control automation and hardware
independent configuration. Quobyte users can find more
information via the documentation link at
<link xlink:href="http://support.quobyte.com/">
http://support.quobyte.com/</link>.</para>
<para>This driver enables the use of Quobyte storage in a similar
fashion as NFS. It supports basic volume operations, including
snapshot and clone.</para>
<para>To use Block Storage with Quobyte, first set the
<literal>volume_driver</literal> configuration option in the
<filename>cinder.conf</filename> file:</para>
<programlisting>volume_driver = cinder.volume.drivers.quobyte.QuobyteDriver</programlisting>
<para>The following table contains the configuration options
supported by the Quobyte volume driver.</para>
<xi:include href="../../../common/tables/cinder-quobyte.xml" />
</section>

View File

@@ -51,7 +51,6 @@
<xi:include href="../../common/tables/cinder-drbd.xml"/>
<xi:include href="../../common/tables/cinder-flashsystem.xml"/>
<xi:include href="../../common/tables/cinder-openvstorage.xml"/>
<xi:include href="../../common/tables/cinder-quobyte.xml"/>
<xi:include href="../../common/tables/cinder-scst.xml"/>
<xi:include href="../../common/tables/cinder-srb.xml"/>
<xi:include href="../../common/tables/cinder-violin.xml"/>

View File

@@ -36,6 +36,7 @@
<xi:include href="drivers/nfs-volume-driver.xml"/>
<xi:include href="drivers/prophetstor-dpl-driver.xml"/>
<xi:include href="drivers/pure-storage-driver.xml"/>
<xi:include href="drivers/quobyte-driver.xml"/>
<xi:include href="drivers/scality-sofs-driver.xml"/>
<xi:include href="drivers/sheepdog-driver.xml"/>
<xi:include href="drivers/smbfs-volume-driver.xml"/>