Merge "Correct note about 3PAR iSCSI address config"

This commit is contained in:
Jenkins 2016-07-12 02:23:17 +00:00 committed by Gerrit Code Review
commit 41cfb639ad

View File

@ -363,13 +363,11 @@ OpenStack software.
.. note:: .. note::
You can configure one or more iSCSI addresses by using the You can configure one or more iSCSI addresses by using the
``hpe3par_iscsi_ips`` option. When you configure multiple addresses, the ``hpe3par_iscsi_ips`` option. Separate multiple IP addresses with a
driver selects the iSCSI port with the fewest active volumes at attach comma (``,``). When you configure multiple addresses, the driver selects
time. The IP address might include an IP port by using a colon (``:``) the iSCSI port with the fewest active volumes at attach time. The 3PAR
to separate the address from port. If you do not define an IP port, the array does not allow the default port 3260 to be changed, so IP ports
default port 3260 is used. Separate IP addresses with a comma (``,``). need not be specified.
The ``iscsi_ip_address``/``iscsi_port`` options might be used as an
alternative to ``hpe3par_iscsi_ips`` for single port iSCSI configuration.
#. Save the changes to the ``cinder.conf`` file and restart the cinder-volume #. Save the changes to the ``cinder.conf`` file and restart the cinder-volume
service. service.