371f556463
Closes-Bug: #1250515 author: diane fleming Change-Id: Ib1755a3e10ddd348d0575b3c5e6aa1660d5f612e backport: none
24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0" xml:id="section_ts_failed_attach_vol_no_sysfsutils">
|
|
<title>Failed to attach volume, systool is not installed</title>
|
|
<section xml:id="section_ts_failed_attach_vol_no_sysfsutils_problem">
|
|
<title>Problem</title>
|
|
<para>This warning and error occurs if you do not have the required
|
|
<filename>sysfsutils</filename> package installed on the Compute node.</para>
|
|
<programlisting>WARNING nova.virt.libvirt.utils [req-1200f887-c82b-4e7c-a891-fac2e3735dbb admin admin|req-1200f887-c82b-4e7c-a891-fac2e3735dbb admin admin] systool is not installed
|
|
ERROR nova.compute.manager [req-1200f887-c82b-4e7c-a891-fac2e3735dbb admin admin|req-1200f887-c82b-4e7c-a891-fac2e3735dbb admin admin]
|
|
[instance: df834b5a-8c3f-477a-be9b-47c97626555c|instance: df834b5a-8c3f-477a-be9b-47c97626555c]
|
|
Failed to attach volume 13d5c633-903a-4764-a5a0-3336945b1db1 at /dev/vdk.</programlisting>
|
|
</section>
|
|
<section xml:id="section_ts_failed_attach_vol_no_sysfsutils_solution">
|
|
<title>Solution</title>
|
|
<para>Run the following command on the Compute node to install the
|
|
<filename>sysfsutils</filename> packages.</para>
|
|
<para>
|
|
<screen><prompt>$</prompt> <userinput>sudo apt-get install sysfsutils</userinput></screen>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
|