File: ts-multipath-warn.rst

package info (click to toggle)
cinder 2%3A27.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,028 kB
  • sloc: python: 496,072; pascal: 2,230; sh: 394; makefile: 104; xml: 26
file content (30 lines) | stat: -rw-r--r-- 913 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.

.. code-block:: console

   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