From: Warren Usui Date: Mon, 4 Dec 2017 19:22:49 +0000 (+0000) Subject: remove pdb X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=64c245286fe49cfa4921839d877dd61bfd05317f;p=teuthology.git remove pdb --- 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)