From 41d6a7a39c8ef79e8b5e61c322a5de6c61ff8820 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Mon, 20 Jun 2016 18:55:52 +0900 Subject: [PATCH] [config-ref] add ITRI DISCO volume driver backport: mitaka Change-Id: I2aa68574b1020bf7e3912b21872254c1b3f3ba6d Closes-Bug: #1534904 --- .../drivers/itri-disco-driver.rst | 23 +++++++++++++++++++ .../source/block-storage/volume-drivers.rst | 1 + .../source/block-storage/volume-misc.rst | 1 - 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 doc/config-reference/source/block-storage/drivers/itri-disco-driver.rst diff --git a/doc/config-reference/source/block-storage/drivers/itri-disco-driver.rst b/doc/config-reference/source/block-storage/drivers/itri-disco-driver.rst new file mode 100644 index 0000000000..99b591e62f --- /dev/null +++ b/doc/config-reference/source/block-storage/drivers/itri-disco-driver.rst @@ -0,0 +1,23 @@ +======================== +ITRI DISCO volume driver +======================== + +Supported operations +~~~~~~~~~~~~~~~~~~~~ + +The DISCO driver supports the following features: + +* Volume create and delete +* Volume attach and detach +* Snapshot create and delete +* Create volume from snapshot +* Get volume stats +* Copy image to volume +* Copy volume to image +* Clone volume +* Extend volume + +Configuration options +~~~~~~~~~~~~~~~~~~~~~ + +.. include:: ../../tables/cinder-disco.rst diff --git a/doc/config-reference/source/block-storage/volume-drivers.rst b/doc/config-reference/source/block-storage/volume-drivers.rst index 7130becde2..7759b17baa 100644 --- a/doc/config-reference/source/block-storage/volume-drivers.rst +++ b/doc/config-reference/source/block-storage/volume-drivers.rst @@ -28,6 +28,7 @@ Volume drivers drivers/ibm-storwize-svc-driver.rst drivers/ibm-xiv-volume-driver.rst drivers/ibm-flashsystem-volume-driver.rst + drivers/itri-disco-driver.rst drivers/lenovo-driver.rst drivers/lvm-volume-driver.rst drivers/netapp-volume-driver.rst diff --git a/doc/config-reference/source/block-storage/volume-misc.rst b/doc/config-reference/source/block-storage/volume-misc.rst index a25614e2ad..852562d718 100644 --- a/doc/config-reference/source/block-storage/volume-misc.rst +++ b/doc/config-reference/source/block-storage/volume-misc.rst @@ -16,7 +16,6 @@ These options can also be set in the ``cinder.conf`` file. .. include:: ../tables/cinder-cors.rst .. include:: ../tables/cinder-database.rst .. include:: ../tables/cinder-debug.rst -.. include:: ../tables/cinder-disco.rst .. include:: ../tables/cinder-drbd.rst .. include:: ../tables/cinder-emc.rst .. include:: ../tables/cinder-eternus.rst