From 740fb85aaaedfdb5a92fedb19d8eb1a6230d8343 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 11 Mar 2013 17:06:57 -0700 Subject: [PATCH] ceph-deploy: uninstall even when no archive Signed-off-by: Sage Weil --- teuthology/task/ceph-deploy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index 7829b744263b1..f87b9a0fb773e 100644 --- a/teuthology/task/ceph-deploy.py +++ b/teuthology/task/ceph-deploy.py @@ -284,9 +284,9 @@ def build_ceph_cluster(ctx, config): teuthology.pull_directory(remote, '/var/log/ceph', os.path.join(sub, 'log')) - log.info('Purging and Uninstalling ceph on test machines') - execute_ceph_deploy(ctx, config, purge_nodes) - execute_ceph_deploy(ctx, config, uninstall_nodes) + log.info('Purging and Uninstalling ceph on test machines') + execute_ceph_deploy(ctx, config, purge_nodes) + execute_ceph_deploy(ctx, config, uninstall_nodes) @contextlib.contextmanager def task(ctx, config): -- 2.39.5