From ec342d814676d08eb833f478ac7ffdb21cc99c06 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 30 Jul 2014 16:17:01 -0400 Subject: [PATCH] tell us if you are really not running any more Signed-off-by: Alfredo Deza --- teuthology/task/ceph_deploy.py | 3 +++ 1 file changed, 3 insertions(+) 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...') -- 2.39.5