From 6785541be210652c72db4b9c933175d3c635af76 Mon Sep 17 00:00:00 2001 From: Raunak Kumar Date: Mon, 22 Jan 2018 12:21:22 -0800 Subject: [PATCH] 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 --- .../block-storage/drivers/nimble-volume-driver.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/configuration/block-storage/drivers/nimble-volume-driver.rst b/doc/source/configuration/block-storage/drivers/nimble-volume-driver.rst index ce940665102..e2a759e1dd8 100644 --- a/doc/source/configuration/block-storage/drivers/nimble-volume-driver.rst +++ b/doc/source/configuration/block-storage/drivers/nimble-volume-driver.rst @@ -120,6 +120,17 @@ The Nimble volume driver also supports the following extra spec options: 'nimble:multi-initiator'='true' 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: .. code-block:: console