]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph-deploy: fix stop command
authorSage Weil <sage@inktank.com>
Mon, 22 Apr 2013 20:01:02 +0000 (13:01 -0700)
committerSage Weil <sage@inktank.com>
Mon, 22 Apr 2013 20:01:02 +0000 (13:01 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph-deploy.py

index 611b270f99bb41dbf96171a86bf67d1f232804aa..5af93c632ac1199f5c97a7e30fd64dec77cd1577 100644 (file)
@@ -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'
                 ])