Added info on Guru Meditation reports for Compute
New section under Troubleshooting. Related dev change is: I224a426dad084f0e738069207ffbffe7f7935a17 Closes-Bug: #1303253 Change-Id: I74c70289eb57c805ed0c582572802d39425f6964
This commit is contained in:
parent
5238c845bf
commit
f07897895a
@ -1,4 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE section [
|
||||
<!-- Some useful entities borrowed from HTML -->
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY hellip "…">
|
||||
]>
|
||||
<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"
|
||||
@ -43,6 +48,33 @@
|
||||
Alternatively you can set <literal>use_syslog=1</literal>
|
||||
so that the nova daemon logs to syslog.</para>
|
||||
</section>
|
||||
<section xml:id="section_compute-GuruMed-reports">
|
||||
<title>Guru Meditation reports</title>
|
||||
<para>A Guru Meditation report is sent by the Compute Service upon receipt of the
|
||||
<systemitem>SIGUSR1</systemitem> signal. This report is a general-purpose error
|
||||
report, including a complete report of the service's current state, and is sent to
|
||||
<systemitem>stderr</systemitem>.</para>
|
||||
<para>For example, if you redirect error output to <filename>nova-api-err.log</filename>
|
||||
using <command>nova-api 2>/var/log/nova/nova-api-err.log</command>, resulting in the
|
||||
process ID 8675, you can then run:</para>
|
||||
<screen><prompt>#</prompt> <userinput>kill -USR1 8675</userinput></screen>
|
||||
<para>This command triggers the Guru Meditation report to be printed to
|
||||
<filename>/var/log/nova/nova-api-err.log</filename>.</para>
|
||||
<para>The report has the following sections:
|
||||
<itemizedlist>
|
||||
<listitem><para>Package — Displays information about the package to which
|
||||
the process belongs, including version information.</para></listitem>
|
||||
<listitem><para>Threads — Displays stack traces and thread IDs for each of the threads within the
|
||||
process.</para></listitem>
|
||||
<listitem><para>Green Threads — Displays stack traces for each of the green
|
||||
threads within the process (green threads do not have thread IDs).</para></listitem>
|
||||
<listitem><para>Configuration — Lists all configuration options currently accessible through the CONF
|
||||
object for the current process.</para></listitem>
|
||||
</itemizedlist></para>
|
||||
<para>For more information, see <link
|
||||
xlink:href="http://docs.openstack.org/developer/nova/devref/gmr.html"
|
||||
>Guru Meditation Reports</link>.</para>
|
||||
</section>
|
||||
<section xml:id="section_compute-common-errors-and-fixes">
|
||||
<title>Common errors and fixes for Compute</title>
|
||||
<para>The <link xlink:href="ask.openstack.org"
|
||||
|
Loading…
Reference in New Issue
Block a user