Coho Data: QoS support documentation

Closes-Bug: #1610497

Change-Id: I23d717c7d9dc1bd3e4e9ceec4a9a1263783ac716
Signed-off-by: Bardia Keyoumarsi <bardia.keyoumarsi@cohodata.com>
This commit is contained in:
Bardia Keyoumarsi 2016-08-15 11:53:06 -07:00
parent ef00023c95
commit 2263589ae9

View File

@ -26,6 +26,34 @@ Supported operations
* Create a thin provisioned volume.
* Get volume statistics.
Coho Data QoS support
~~~~~~~~~~~~~~~~~~~~~
QoS support for the Coho Data driver includes the ability to set the
following capabilities in the OpenStack Block Storage API
``cinder.api.contrib.qos_specs_manage`` QoS specs extension module:
* **maxIOPS** - The maximum number of IOPS allowed for this volume.
* **maxMBS** - The maximum throughput allowed for this volume.
The QoS keys above must be created and associated with a volume type.
For information about how to set the key-value pairs and associate
them with a volume type, run the following commands:
.. code-block:: console
$ cinder help qos-create
$ cinder help qos-key
$ cinder help qos-associate
.. note::
If you change a volume type with QoS to a new volume type
without QoS, the QoS configuration settings will be removed.
System requirements
~~~~~~~~~~~~~~~~~~~