diff --git a/doc/config-reference/block-storage/drivers/quobyte-driver.xml b/doc/config-reference/block-storage/drivers/quobyte-driver.xml new file mode 100644 index 0000000000..2f6470843b --- /dev/null +++ b/doc/config-reference/block-storage/drivers/quobyte-driver.xml @@ -0,0 +1,27 @@ +
+ Quobyte driver + Quobyte + 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 + + http://support.quobyte.com/. + This driver enables the use of Quobyte storage in a similar + fashion as NFS. It supports basic volume operations, including + snapshot and clone. + To use Block Storage with Quobyte, first set the + volume_driver configuration option in the + cinder.conf file: + volume_driver = cinder.volume.drivers.quobyte.QuobyteDriver + The following table contains the configuration options + supported by the Quobyte volume driver. + +
diff --git a/doc/config-reference/block-storage/section_misc.xml b/doc/config-reference/block-storage/section_misc.xml index f4f5b415b9..4f30ae9cb6 100644 --- a/doc/config-reference/block-storage/section_misc.xml +++ b/doc/config-reference/block-storage/section_misc.xml @@ -51,7 +51,6 @@ - diff --git a/doc/config-reference/block-storage/section_volume-drivers.xml b/doc/config-reference/block-storage/section_volume-drivers.xml index 4ed6b17d19..743b9a2db7 100644 --- a/doc/config-reference/block-storage/section_volume-drivers.xml +++ b/doc/config-reference/block-storage/section_volume-drivers.xml @@ -36,6 +36,7 @@ +