From 0dfda7ef70aa8a29e81bb3974fff538316aa5816 Mon Sep 17 00:00:00 2001 From: Shunei Shiono Date: Fri, 26 Jan 2018 16:14:10 +0900 Subject: [PATCH] Update NEC driver configuration document for Pike Added a step for creating control volumes to the initial setup procedure. Change-Id: I745062e8fbc8864e5c9d489c687ec37aca862a8f Partial-Bug: #1745549 --- .../drivers/nec-storage-m-series-driver.rst | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/source/configuration/block-storage/drivers/nec-storage-m-series-driver.rst b/doc/source/configuration/block-storage/drivers/nec-storage-m-series-driver.rst index accd2a357bd..f8fffa4790d 100644 --- a/doc/source/configuration/block-storage/drivers/nec-storage-m-series-driver.rst +++ b/doc/source/configuration/block-storage/drivers/nec-storage-m-series-driver.rst @@ -57,21 +57,32 @@ For details of each command, see the NEC Storage Manager Command Reference (iSMcfg ldbind) * Create Snapshot Reserve Areas (SRAs) in each snapshot pool. (iSMcfg srabind) + #. Create control volumes + + * Create control volumes for each controller node. (iSMcfg ldbind) #. (Optional) Register SSH public key - iSCSI only #. Set IP addresses of each iSCSI port. (iSMcfg setiscsiport) - #. Create a LD Set with setting multi-target mode on. (iSMcfg addldset) - #. Register initiator names of each node. (iSMcfg addldsetinitiator) + #. Create LD Sets with setting multi-target mode on for each controller + and compute nodes. (iSMcfg addldset) + #. For each node, register the initiator name (/etc/iscsi/initiatorname.iscsi) + to LD set for the node. (iSMcfg addldsetinitiator) + #. For each controller node, add the control volume created above to LD set + for the node. (iSMcfg addldsetld) - Fibre Channel only #. Start access control. (iSMcfg startacc) - #. Create a LD Set. (iSMcfg addldset) - #. Register WWPNs of each node. (iSMcfg addldsetpath) + #. Create LD Sets for each controller and compute nodes. + (iSMcfg addldset) + #. For each node, register WWPNs (/sys/class/fc_host/hostX/port_name) + to LD set for the node. (iSMcfg addldsetpath) + #. For each controller node, add the control volume created above to LD set + for the node. (iSMcfg addldsetld) Configuration