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
This commit is contained in:
parent
01f4660a7c
commit
37765092fd
@ -165,7 +165,7 @@
|
|||||||
<para>For the VNX iSCSI driver, add the following entries, where
|
<para>For the VNX iSCSI driver, add the following entries, where
|
||||||
<literal>10.10.61.35</literal> is the IP address
|
<literal>10.10.61.35</literal> is the IP address
|
||||||
of the VNX iSCSI target, <literal>10.10.72.41</literal>
|
of the VNX iSCSI target, <literal>10.10.72.41</literal>
|
||||||
is the IP address of the VNX array,
|
is the IP address of the VNX array (SPA or SPB),
|
||||||
<systemitem>default_timeout</systemitem> is the default
|
<systemitem>default_timeout</systemitem> is the default
|
||||||
time out for CLI operations in minutes, and
|
time out for CLI operations in minutes, and
|
||||||
<systemitem>max_luns_per_storage_group</systemitem> is
|
<systemitem>max_luns_per_storage_group</systemitem> is
|
||||||
@ -173,7 +173,7 @@
|
|||||||
<programlisting language="ini">
|
<programlisting language="ini">
|
||||||
iscsi_ip_address = 10.10.61.35
|
iscsi_ip_address = 10.10.61.35
|
||||||
san_ip = 10.10.72.41
|
san_ip = 10.10.72.41
|
||||||
san_login = username
|
san_login = global_username
|
||||||
san_password = password
|
san_password = password
|
||||||
naviseccli_path = /opt/Navisphere/bin/naviseccli
|
naviseccli_path = /opt/Navisphere/bin/naviseccli
|
||||||
storage_vnx_pool_name = poolname
|
storage_vnx_pool_name = poolname
|
||||||
@ -181,6 +181,12 @@ default_timeout = 10
|
|||||||
max_luns_per_storage_group=256
|
max_luns_per_storage_group=256
|
||||||
volume_driver=cinder.volume.drivers.emc.emc_cli_iscsi.EMCCLIISCSIDriver
|
volume_driver=cinder.volume.drivers.emc.emc_cli_iscsi.EMCCLIISCSIDriver
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
<note>
|
||||||
|
<para>To find out <literal>max_luns_per_storage_group
|
||||||
|
</literal> for each VNX model, refer to the
|
||||||
|
<link xlink:href="https://support.emc.com/search/?text=White%20Paper%20Introduction%20to%20the%20VNX%20Series">EMC's support</link> web site (login is required).
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
<para>Restart the <systemitem class="service"
|
<para>Restart the <systemitem class="service"
|
||||||
>cinder-volume</systemitem> service.</para>
|
>cinder-volume</systemitem> service.</para>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user