Browse code

Merge "worlddump: Use SIGUSR2 instead of SIGUSR1"

Jenkins authored on 2016/01/26 00:33:03
Showing 1 changed files
... ...
@@ -133,7 +133,7 @@ def guru_meditation_report():
133 133
         print "Skipping as nova-compute does not appear to be running"
134 134
         return
135 135
 
136
-    _dump_cmd("kill -s USR1 `pgrep nova-compute`")
136
+    _dump_cmd("kill -s USR2 `pgrep nova-compute`")
137 137
     print "guru meditation report in nova-compute log"
138 138
 
139 139