From 975d73a2bb2c743131c4e1bc8fb0eebcd6faad34 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 11 Feb 2012 14:20:41 -0800 Subject: [PATCH] nuke: nuke testrados and rados processes, too So that -r is needed slightly less often. --- teuthology/nuke.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/nuke.py b/teuthology/nuke.py index 48bd4fedb556c..bdc9c60dbb8f6 100644 --- a/teuthology/nuke.py +++ b/teuthology/nuke.py @@ -66,6 +66,8 @@ def shutdown_daemons(ctx, log): 'ceph-mds', 'ceph-fuse', 'radosgw', + 'testrados', + 'rados', 'apache2', run.Raw('||'), 'true', # ignore errors from ceph binaries not being found -- 2.39.5