Convert ts_multipath_warn.xml to RST
Change-Id: I4430431d36d899293584c69219cf7307bf10828c Implements: blueprint reorganise-user-guides
This commit is contained in:
parent
a2f2e7e49b
commit
e7638fa657
@ -9,13 +9,13 @@ Storage installation.
|
||||
:maxdepth: 2
|
||||
|
||||
ts_cinder_config.rst
|
||||
ts_multipath_warn.rst
|
||||
ts_vol_attach_miss_sg_scan.rst
|
||||
ts_non_existent_host.rst
|
||||
ts_non_existent_vlun.rst
|
||||
|
||||
|
||||
.. TODO (MZ) Convert and include the following sections
|
||||
include: blockstorage/section_ts_multipath_warn.xml
|
||||
include: blockstorage/section_ts_eql_volume_size.xml
|
||||
include: blockstorage/section_ts_HTTP_bad_req_in_cinder_vol_log.xml
|
||||
include: blockstorage/section_ts_duplicate_3par_host.xml
|
||||
|
30
doc/admin-guide-cloud-rst/source/ts_multipath_warn.rst
Normal file
30
doc/admin-guide-cloud-rst/source/ts_multipath_warn.rst
Normal file
@ -0,0 +1,30 @@
|
||||
==========================
|
||||
Multipath call failed exit
|
||||
==========================
|
||||
|
||||
Problem
|
||||
~~~~~~~
|
||||
|
||||
Multipath call failed exit. This warning occurs in the Compute log
|
||||
if you do not have the optional ``multipath-tools`` package installed
|
||||
on the compute node. This is an optional package and the volume
|
||||
attachment does work without the multipath tools installed.
|
||||
If the ``multipath-tools`` package is installed on the compute node,
|
||||
it is used to perform the volume attachment.
|
||||
The IDs in your message are unique to your system.
|
||||
|
||||
::
|
||||
|
||||
WARNING nova.storage.linuxscsi [req-cac861e3-8b29-4143-8f1b-705d0084e571
|
||||
admin admin|req-cac861e3-8b29-4143-8f1b-705d0084e571 admin admin]
|
||||
Multipath call failed exit (96)
|
||||
|
||||
Solution
|
||||
~~~~~~~~
|
||||
|
||||
Run the following command on the compute node to install the
|
||||
``multipath-tools`` packages.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# apt-get install multipath-tools
|
Loading…
Reference in New Issue
Block a user