[config-ref] add ITRI DISCO volume driver

backport: mitaka

Change-Id: I2aa68574b1020bf7e3912b21872254c1b3f3ba6d
Closes-Bug: #1534904
This commit is contained in:
KATO Tomoyuki 2016-06-20 18:55:52 +09:00
parent a993ae49c3
commit 41d6a7a39c
3 changed files with 24 additions and 1 deletions

View File

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

View File

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

View File

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