From 64c245286fe49cfa4921839d877dd61bfd05317f Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Mon, 4 Dec 2017 19:22:49 +0000 Subject: [PATCH] remove pdb --- teuthology/task/ceph_ansible.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 4a9b422077..b4fee884fb 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -461,6 +461,8 @@ class CephAnsible(Task): log.info('right before this command:') log.info(str_args) ceph_installer.run(args=[ + run.Raw('cd ~/ceph-ansible'), + run.Raw(';'), run.Raw(str_args) ]) wait_for_health = self.config.get('wait-for-health', True) -- 2.39.5