From f07897895a16f5d8a0527dc3e77c49d7d855e3e3 Mon Sep 17 00:00:00 2001 From: Summer Long Date: Sun, 6 Apr 2014 17:40:52 +1000 Subject: [PATCH] Added info on Guru Meditation reports for Compute New section under Troubleshooting. Related dev change is: I224a426dad084f0e738069207ffbffe7f7935a17 Closes-Bug: #1303253 Change-Id: I74c70289eb57c805ed0c582572802d39425f6964 --- doc/common/section_support-compute.xml | 34 +++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/doc/common/section_support-compute.xml b/doc/common/section_support-compute.xml index 1505ade93a..1c65f45103 100644 --- a/doc/common/section_support-compute.xml +++ b/doc/common/section_support-compute.xml @@ -1,4 +1,9 @@ - + + + + +]>
use_syslog=1 so that the nova daemon logs to syslog.
+
+ Guru Meditation reports + A Guru Meditation report is sent by the Compute Service upon receipt of the + SIGUSR1 signal. This report is a general-purpose error + report, including a complete report of the service's current state, and is sent to + stderr. + For example, if you redirect error output to nova-api-err.log + using nova-api 2>/var/log/nova/nova-api-err.log, resulting in the + process ID 8675, you can then run: + # kill -USR1 8675 + This command triggers the Guru Meditation report to be printed to + /var/log/nova/nova-api-err.log. + The report has the following sections: + + Package — Displays information about the package to which + the process belongs, including version information. + Threads — Displays stack traces and thread IDs for each of the threads within the + process. + Green Threads — Displays stack traces for each of the green + threads within the process (green threads do not have thread IDs). + Configuration — Lists all configuration options currently accessible through the CONF + object for the current process. + + For more information, see Guru Meditation Reports. +
Common errors and fixes for Compute The