d3ae18b187
Update prompts as needed. Change-Id: I29e3d620ef942be599e940023048e62df7e9d1f7
28 lines
1.7 KiB
XML
28 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-model href="http://docbook.org/xml/5.0/rng/docbook.rng" schematypens="http://relaxng.org/ns/structure/1.0"?>
|
|
<?xml-model href="http://docbook.org/xml/5.0/rng/docbook.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
|
|
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0" xml:id="section_ts_multipath_warn" linkend="section_ts_multipath_warn">
|
|
<title>Multipath Call Failed Exit</title>
|
|
<section xml:id="section_ts_multipath_warn_problem">
|
|
<title>Problem</title>
|
|
<para>Multipath call failed exit. This warning occurs in the Compute log if you do not have the
|
|
optional <filename>multipath-tools</filename> package installed on the compute node.
|
|
This is an optional package and the volume attachment does work without the multipath
|
|
tools installed. If the <filename>multipath-tools</filename> 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.</para>
|
|
<programlisting>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)</programlisting>
|
|
</section>
|
|
<section xml:id="section_ts_multipath_warn_solution">
|
|
<title>Solution</title>
|
|
<para>Run the following command on the compute node to install the
|
|
<filename>multipath-tools</filename> packages.</para>
|
|
<para>
|
|
<screen><prompt>#</prompt> <userinput>apt-get install multipath-tools</userinput></screen>
|
|
</para>
|
|
</section>
|
|
</section>
|