From: Alfredo Deza Date: Wed, 30 Jul 2014 20:17:01 +0000 (-0400) Subject: tell us if you are really not running any more X-Git-Tag: 1.1.0~1301^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ec342d814676d08eb833f478ac7ffdb21cc99c06;p=teuthology.git tell us if you are really not running any more Signed-off-by: Alfredo Deza --- diff --git a/teuthology/task/ceph_deploy.py b/teuthology/task/ceph_deploy.py index 3a43adbd48..0a3aa14d7d 100644 --- a/teuthology/task/ceph_deploy.py +++ b/teuthology/task/ceph_deploy.py @@ -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...')