s/use-multipath_for_image_xfer/use_multipath_for_image_xfer

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>
This commit is contained in:
Benny Zlotnik 2018-08-29 12:57:31 +03:00
parent 2fcf68ad51
commit b2bfa96533
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ Multipath
If we want to use multipathing for local attachments we must let the *Backend*
know when instantiating the driver by passing the
`use-multipath_for_image_xfer=True`:
`use_multipath_for_image_xfer=True`:
.. code-block:: python
@ -134,7 +134,7 @@ know when instantiating the driver by passing the
iscsi_protocol='iscsi',
iscsi_helper='lioadm',
volume_backend_name='lvm_iscsi',
use-multipath_for_image_xfer=True,
use_multipath_for_image_xfer=True,
)
Multi attach