Files
openstack-manuals/doc/config-reference/block-storage/drivers/quobyte-driver.xml
Silvan Kaiser 10f39e16d6 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
2015-03-27 09:43:19 +01:00

28 lines
1.4 KiB
XML

<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>