66d6a9aedb
Change-Id: Id9fd4465ac5b39e63659322dbf3156d33ac0c778
32 lines
1.8 KiB
XML
32 lines
1.8 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:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="section_ts_multipath_warn">
|
|
<?dbhtml stop-chunking?>
|
|
<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>
|