From 55847fc298f66c97e5ede1bcf03d808ea7302c78 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 18 Jul 2012 11:04:30 -0700 Subject: [PATCH] nuke: log what pid we are killing when we kill it --- teuthology/nuke.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/nuke.py b/teuthology/nuke.py index db4e514ac4b59..536ebbda73591 100644 --- a/teuthology/nuke.py +++ b/teuthology/nuke.py @@ -278,6 +278,7 @@ def main(): if ctx.pid: if ctx.archive: import os + log.info('Killing teuthology process at pid %d', ctx.pid) os.system('grep -q %s /proc/%d/cmdline && sudo kill %d' % ( ctx.archive, ctx.pid, -- 2.39.5