Update operation docs

Updated to reflect more current information about nodepool-builder.

Also corrected section hierarchy so everything in operation.rst
is under the Operation heading.

Change-Id: Iade9bf7a46f6bec778e69d24491dfa1652a6674c
This commit is contained in:
James E. Blair
2016-12-16 15:59:15 -08:00
parent 9e746aa684
commit bfb225c2e7
2 changed files with 72 additions and 38 deletions

View File

@@ -6,6 +6,14 @@ Developer's Guide
The following guide is intended for those interested in the inner workings
of nodepool and its various processes.
Operation
---------
If you send a SIGUSR2 to one of the daemon processes, Nodepool will
dump a stack trace for each running thread into its debug log. It is
written under the log bucket ``nodepool.stack_dump``. This is useful
for tracking down deadlock or otherwise slow threads.
Nodepool Builder
----------------