From ae196028adda6392e5fdd583d5c2f6a37c2e9972 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 3 Oct 2011 09:55:58 -0700 Subject: [PATCH] nuke: keep up with renaming cfuse -> ceph-fuse --- teuthology/nuke.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teuthology/nuke.py b/teuthology/nuke.py index 8dd3299ee9d4f..8baadf449cb3c 100644 --- a/teuthology/nuke.py +++ b/teuthology/nuke.py @@ -50,9 +50,9 @@ def shutdown_daemons(ctx, log): for remote in ctx.cluster.remotes.iterkeys(): proc = remote.run( args=[ - 'if', 'grep', '-q', 'cfuse', '/etc/mtab', run.Raw(';'), + 'if', 'grep', '-q', 'ceph-fuse', '/etc/mtab', run.Raw(';'), 'then', - 'grep', 'cfuse', '/etc/mtab', run.Raw('|'), + 'grep', 'ceph-fuse', '/etc/mtab', run.Raw('|'), 'grep', '-o', " /.* fuse", run.Raw('|'), 'grep', '-o', "/.* ", run.Raw('|'), 'xargs', 'sudo', 'fusermount', '-u', run.Raw(';'), @@ -221,7 +221,7 @@ def main(): check_lock(ctx, None) connect(ctx, None) - log.info('Unmount cfuse and killing daemons...') + log.info('Unmount ceph-fuse and killing daemons...') shutdown_daemons(ctx, log) log.info('All daemons killed.') -- 2.39.5