Skip to content

Commit c8f3ac2

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "worlddump: Use SIGUSR2 instead of SIGUSR1"
2 parents 685bf05 + 8872545 commit c8f3ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/worlddump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def guru_meditation_report():
133133
print "Skipping as nova-compute does not appear to be running"
134134
return
135135

136-
_dump_cmd("kill -s USR1 `pgrep nova-compute`")
136+
_dump_cmd("kill -s USR2 `pgrep nova-compute`")
137137
print "guru meditation report in nova-compute log"
138138

139139

0 commit comments

Comments
 (0)