From: Sage Weil Date: Mon, 22 Apr 2013 20:01:02 +0000 (-0700) Subject: ceph-deploy: fix stop command X-Git-Tag: 1.1.0~2173^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=48d89c616a85a52e9f67635b0d10e4f36b727167;p=teuthology.git ceph-deploy: fix stop command Signed-off-by: Sage Weil --- diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index 611b270f99..5af93c632a 100644 --- a/teuthology/task/ceph-deploy.py +++ b/teuthology/task/ceph-deploy.py @@ -247,7 +247,7 @@ def build_ceph_cluster(ctx, config): finally: log.info('Stopping ceph...') ctx.cluster.run(args=[ - 'sudo', 'stop', 'ceph', + 'sudo', 'stop', 'ceph-all', run.Raw('||'), 'sudo', 'service', 'ceph', 'stop' ])