Merge "Multipath: Update docs for backend drivers"

This commit is contained in:
Zuul 2018-07-02 20:04:15 +00:00 committed by Gerrit Code Review
commit b97733bc41
3 changed files with 6 additions and 3 deletions
doc/source/configuration/block-storage/drivers

@ -815,8 +815,9 @@ The major configuration includes:
#. Specify ``use_multipath_for_image_xfer=true`` in the ``cinder.conf`` file
for each FC/iSCSI back end.
#. Specify ``iscsi_use_multipath=True`` in ``libvirt`` section of the
#. Specify ``volume_use_multipath=True`` in ``libvirt`` section of the
``nova.conf`` file. This option is valid for both iSCSI and FC driver.
In versions prior to Newton, the option was called ``iscsi_use_multipath``.
For multipath-tools, here is an EMC recommended sample of
``/etc/multipath.conf`` file.

@ -72,8 +72,9 @@ Compute and the Block Storage nodes
# apt-get install sg3-utils multipath-tools
#. In the ``[libvirt]`` section of the ``nova.conf`` configuration file,
specify ``iscsi_use_multipath=True``. This option is valid for both iSCSI
specify ``volume_use_multipath=True``. This option is valid for both iSCSI
and FC drivers.
In versions prior to Newton, the option was called ``iscsi_use_multipath``.
Additional resources: Kaminario Host Configuration Guide
for Linux (for configuring multipath)

@ -280,8 +280,9 @@ options must be correctly configured:
``cinder.conf`` file within the driver-specific stanza (for example,
``[myDriver]``).
- The ``iscsi_use_multipath`` option should be set to ``True`` in the
- The ``volume_use_multipath`` option should be set to ``True`` in the
``nova.conf`` file within the ``[libvirt]`` stanza.
In versions prior to Newton, the option was called ``iscsi_use_multipath``.
**Configuration options**