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-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c949ad1d87c0fc976f3c04b0a0780c0aadeedd2e;p=teuthology.git tell us if you are really not running any more Signed-off-by: Alfredo Deza (cherry picked from commit ec342d814676d08eb833f478ac7ffdb21cc99c06) --- diff --git a/teuthology/task/ceph_deploy.py b/teuthology/task/ceph_deploy.py index 3a43adbd4..0a3aa14d7 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...')