From 918a2ca28b82881e1e0db796bcab7a7c06b9d3ea Mon Sep 17 00:00:00 2001 From: zhaoleilc <15247232416@163.com> Date: Thu, 19 Mar 2020 09:53:12 +0800 Subject: [PATCH] Add configuration item for infortrend document This patch adds the "san_password" item in doc/source/configuration/block-storage/drivers /infortrend-volume-driver so that users could use the infortrend driver successfully Change-Id: I8884c1d4a5d961df4aebd25f82d000eadebdafed Closes-Bug: #1867920 --- .../block-storage/drivers/infortrend-volume-driver.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/configuration/block-storage/drivers/infortrend-volume-driver.rst b/doc/source/configuration/block-storage/drivers/infortrend-volume-driver.rst index a7740e76ae2..2496a1961cd 100644 --- a/doc/source/configuration/block-storage/drivers/infortrend-volume-driver.rst +++ b/doc/source/configuration/block-storage/drivers/infortrend-volume-driver.rst @@ -81,6 +81,7 @@ iSCSI configuration example volume_backend_name = IFT-ISCSI infortrend_pools_name = POOL-1,POOL-2 san_ip = MANAGEMENT_PORT_IP + san_password = MANAGEMENT_PASSWORD infortrend_slots_a_channels_id = 0,1,2,3 infortrend_slots_b_channels_id = 0,1,2,3 @@ -98,6 +99,7 @@ Fibre Channel configuration example volume_backend_name = IFT-FC infortrend_pools_name = POOL-1,POOL-2,POOL-3 san_ip = MANAGEMENT_PORT_IP + san_password = MANAGEMENT_PASSWORD infortrend_slots_a_channels_id = 4,5 Multipath configuration