summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Kawai <atsushi.kawai.bu@hitachi.com>2023-03-01 02:37:45 +0000
committerAtsushi Kawai <atsushi.kawai.bu@hitachi.com>2023-03-02 13:34:48 +0000
commit114130d9879079efe18aeeffad28b25f46b0dab9 (patch)
tree86c2ea59ff6c1ceea530987cb25660dab34555c9
parent6e37be2257fb42714237f43396ef1b8182f0ee1b (diff)
downloadcinder-114130d9879079efe18aeeffad28b25f46b0dab9.tar.gz
Follow up: Hitachi and OEM: Update documents
This patch is to update documents along following patch: https://review.opendev.org/c/openstack/cinder/+/875603 Change-Id: Id7ce5af16691012bd5812fdf26a076422061e60f
-rw-r--r--doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst8
-rw-r--r--doc/source/configuration/block-storage/drivers/hpe-xp-driver.rst8
-rw-r--r--doc/source/configuration/block-storage/drivers/nec-storage-v-series-driver.rst8
3 files changed, 12 insertions, 12 deletions
diff --git a/doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst b/doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst
index 78872ce8b..5ec0dde23 100644
--- a/doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst
+++ b/doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst
@@ -143,7 +143,7 @@ If you use Fibre Channel:
san_login = hitachiuser
san_password = password
hitachi_storage_id = 123456789012
- hitachi_pool = pool0
+ hitachi_pools = pool0
If you use iSCSI:
@@ -156,7 +156,7 @@ If you use iSCSI:
san_login = hitachiuser
san_password = password
hitachi_storage_id = 123456789012
- hitachi_pool = pool0
+ hitachi_pools = pool0
This table shows configuration options for Hitachi block storage driver.
@@ -182,5 +182,5 @@ Required options
- ``hitachi_storage_id``
Product number of the storage system.
-- ``hitachi_pool``
- Pool number or pool name of the DP pool.
+- ``hitachi_pools``
+ Pool number(s) or pool name(s) of the DP pool.
diff --git a/doc/source/configuration/block-storage/drivers/hpe-xp-driver.rst b/doc/source/configuration/block-storage/drivers/hpe-xp-driver.rst
index 34443f6b4..9aae63586 100644
--- a/doc/source/configuration/block-storage/drivers/hpe-xp-driver.rst
+++ b/doc/source/configuration/block-storage/drivers/hpe-xp-driver.rst
@@ -84,7 +84,7 @@ If you use Fibre Channel:
san_login = hpexpuser
san_password = password
hpexp_storage_id = 123456789012
- hpexp_pool = pool0
+ hpexp_pools = pool0
If you use iSCSI:
@@ -97,7 +97,7 @@ If you use iSCSI:
san_login = hpexpuser
san_password = password
hpexp_storage_id = 123456789012
- hpexp_pool = pool0
+ hpexp_pools = pool0
This table shows configuration options for HPE XP block storage driver.
@@ -121,6 +121,6 @@ Required options
- ``hpexp_storage_id``
Product number of the storage system.
-- ``hpexp_pool``
- Pool number or pool name of the THP pool.
+- ``hpexp_pools``
+ Pool number(s) or pool name(s) of the THP pool.
diff --git a/doc/source/configuration/block-storage/drivers/nec-storage-v-series-driver.rst b/doc/source/configuration/block-storage/drivers/nec-storage-v-series-driver.rst
index 72c514e3c..37623c010 100644
--- a/doc/source/configuration/block-storage/drivers/nec-storage-v-series-driver.rst
+++ b/doc/source/configuration/block-storage/drivers/nec-storage-v-series-driver.rst
@@ -96,7 +96,7 @@ If you use Fibre Channel:
san_login = userid
san_password = password
nec_v_storage_id = 123456789012
- nec_v_pool = pool0
+ nec_v_pools = pool0
If you use iSCSI:
@@ -110,7 +110,7 @@ If you use iSCSI:
san_login = userid
san_password = password
nec_v_storage_id = 123456789012
- nec_v_pool = pool0
+ nec_v_pools = pool0
This table shows configuration options for NEC V series storage driver.
@@ -134,6 +134,6 @@ Required options
- ``nec_v_storage_id``
Product number of the storage system.
-- ``nec_v_pool``
- Pool number or pool name of the DP pool.
+- ``nec_v_pools``
+ Pool number(s) or pool name(s) of the DP pool.