]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
tell us if you are really not running any more
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 30 Jul 2014 20:17:01 +0000 (16:17 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Wed, 30 Jul 2014 20:17:01 +0000 (16:17 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
teuthology/task/ceph_deploy.py

index 3a43adbd48280b63b0dd0df5d15c1d174b35bbc3..0a3aa14d7da46ad4e28c3ee1e967c5fbeb0da025 100644 (file)
@@ -347,6 +347,9 @@ def build_ceph_cluster(ctx, config):
         ctx.cluster.run(args=['sudo', 'stop', 'ceph-all', run.Raw('||'),
                               'sudo', 'service', 'ceph', 'stop' ])
 
+        # Are you really not running anymore?
+        ctx.cluster.run(args=['sudo', 'status', 'ceph-all', run.Raw('||'),
+                              'sudo', 'service',  'status', 'ceph-all'])
         if ctx.archive is not None:
             # archive mon data, too
             log.info('Archiving mon data...')