Merge "worlddump: Use SIGUSR2 instead of SIGUSR1"

This commit is contained in:
Jenkins 2016-01-25 15:33:03 +00:00 committed by Gerrit Code Review
commit c8f3ac23c3
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def guru_meditation_report():
print "Skipping as nova-compute does not appear to be running"
return
_dump_cmd("kill -s USR1 `pgrep nova-compute`")
_dump_cmd("kill -s USR2 `pgrep nova-compute`")
print "guru meditation report in nova-compute log"