From 114130d9879079efe18aeeffad28b25f46b0dab9 Mon Sep 17 00:00:00 2001 From: Atsushi Kawai Date: Wed, 1 Mar 2023 02:37:45 +0000 Subject: 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 --- .../configuration/block-storage/drivers/hitachi-vsp-driver.rst | 8 ++++---- doc/source/configuration/block-storage/drivers/hpe-xp-driver.rst | 8 ++++---- .../block-storage/drivers/nec-storage-v-series-driver.rst | 8 ++++---- 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. -- cgit v1.2.1