From 37765092fd426034e9cc9e4ee9c2eeff5bb370e1 Mon Sep 17 00:00:00 2001 From: Xing Yang Date: Mon, 31 Mar 2014 19:46:38 -0400 Subject: [PATCH] Modify the EMC VNX Direct Driver document. Modify the EMC VNX Direct Driver document to clarify where to find the max_luns_per_storage_group and a few more small changes. Change-Id: I0ae606494f968b62227e44568e5fe65ec27afde3 --- .../block-storage/drivers/emc-vnx-direct-driver.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml b/doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml index 58767ba858..bc2cb76868 100644 --- a/doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml +++ b/doc/config-reference/block-storage/drivers/emc-vnx-direct-driver.xml @@ -165,7 +165,7 @@ For the VNX iSCSI driver, add the following entries, where 10.10.61.35 is the IP address of the VNX iSCSI target, 10.10.72.41 - is the IP address of the VNX array, + is the IP address of the VNX array (SPA or SPB), default_timeout is the default time out for CLI operations in minutes, and max_luns_per_storage_group is @@ -173,7 +173,7 @@ iscsi_ip_address = 10.10.61.35 san_ip = 10.10.72.41 -san_login = username +san_login = global_username san_password = password naviseccli_path = /opt/Navisphere/bin/naviseccli storage_vnx_pool_name = poolname @@ -181,6 +181,12 @@ default_timeout = 10 max_luns_per_storage_group=256 volume_driver=cinder.volume.drivers.emc.emc_cli_iscsi.EMCCLIISCSIDriver + + To find out max_luns_per_storage_group + for each VNX model, refer to the + EMC's support web site (login is required). + + Restart the cinder-volume service.