nimble: update config doc to add missing extra-specs support
nimble storage driver supports various exta-specs in the driver which are missing from the config doc, update the doc to add t Change-Id: Icf541babb8ffe7230dbe10ec9eda41eeecfc242a Closes-Bug: 1744787
This commit is contained in:
parent
1e3461182b
commit
6785541be2
@ -120,6 +120,17 @@ The Nimble volume driver also supports the following extra spec options:
|
|||||||
'nimble:multi-initiator'='true'
|
'nimble:multi-initiator'='true'
|
||||||
Used to enable multi-initiator access for a volume-type.
|
Used to enable multi-initiator access for a volume-type.
|
||||||
|
|
||||||
|
nimble:dedupe'='true'
|
||||||
|
Used to enable dedupe support for a volume-type.
|
||||||
|
|
||||||
|
'nimble:iops-limit'=IOPS_LIMIT
|
||||||
|
Used to set the IOPS_LIMIT between 256 and 4294967294 for all
|
||||||
|
volumes created for this volume-type.
|
||||||
|
|
||||||
|
'nimble:folder'=FOLDER_NAME
|
||||||
|
FOLDER_NAME is the name of the folder which exists on the Nimble array
|
||||||
|
and should be enabled for every volume in a volume type
|
||||||
|
|
||||||
These extra-specs can be enabled by using the following command:
|
These extra-specs can be enabled by using the following command:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
Loading…
x
Reference in New Issue
Block a user