From e038f2df3a39a95a18396f1fbfee563b705e4448 Mon Sep 17 00:00:00 2001 From: Silvan Kaiser Date: Fri, 13 Nov 2015 14:11:26 +0100 Subject: [PATCH] Add basic Quobyte Cinder driver documentation Gives some short hints on basic concepts of the Quobyte Cinder driver and where to get help. Implements: blueprint quobyte-cinder-driver-doc Change-Id: I25d2b9db329dfad173777c2fe90b9806c28cbe2b --- .../block-storage/drivers/quobyte-driver.xml | 55 +++++++++++++++++++ .../block-storage/section_misc.xml | 1 - .../block-storage/section_volume-drivers.xml | 1 + 3 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 doc/config-reference/block-storage/drivers/quobyte-driver.xml 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..a7d8013c85 --- /dev/null +++ b/doc/config-reference/block-storage/drivers/quobyte-driver.xml @@ -0,0 +1,55 @@ +
+ Quobyte driver + + The Quobyte volume + driver enables storing Block Storage service volumes on a Quobyte storage + back end. Block Storage service back ends are mapped to Quobyte volumes + and individual Block Storage service volumes are stored as files on a + Quobyte volume. Selection of the appropriate Quobyte volume is done by the + aforementioned back end configuration that specifies the Quobyte volume + explicitely. + + Note the dual use of the term 'volume' in the context of Block + Storage service volumes and in the context of Quobyte volumes. + + + For more information see + the Quobyte support webpage + . + + The Quobyte volume driver supports the following volume operations: + + + Create, delete, attach, and detach volumes + + Secure NAS operation (Starting with Mitaka release + secure NAS operation is optional but still default) + Create and delete a snapshot + Create a volume from a snapshot + Extend a volume + Clone a volume + Copy a volume to image + Generic volume migration (no back end optimization) + + + + + When running VM instances off Quobyte volumes, ensure that the + + Quobyte Compute service driver has been configured in your + OpenStack cloud. + + To activate the Quobyte volume driver, configure the corresponding + volume_driver parameter: + volume_driver = cinder.volume.drivers.quobyte.QuobyteDriver + + + The following table contains the configuration options + supported by the Quobyte driver. + + +
diff --git a/doc/config-reference/block-storage/section_misc.xml b/doc/config-reference/block-storage/section_misc.xml index a7e7e1b4fc..d144fe0fdb 100644 --- a/doc/config-reference/block-storage/section_misc.xml +++ b/doc/config-reference/block-storage/section_misc.xml @@ -39,7 +39,6 @@ - diff --git a/doc/config-reference/block-storage/section_volume-drivers.xml b/doc/config-reference/block-storage/section_volume-drivers.xml index 66ca0b840d..726e904785 100644 --- a/doc/config-reference/block-storage/section_volume-drivers.xml +++ b/doc/config-reference/block-storage/section_volume-drivers.xml @@ -43,6 +43,7 @@ +