]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
remove pdb
authorWarren Usui <wusui@redhat.com>
Mon, 4 Dec 2017 19:22:49 +0000 (19:22 +0000)
committerWarren Usui <wusui@redhat.com>
Mon, 4 Dec 2017 19:22:49 +0000 (19:22 +0000)
teuthology/task/ceph_ansible.py

index 4a9b4220775abb39fb7375de67a1d617e345fb13..b4fee884fbe7387e7c311b4402ed4797b04fbc02 100644 (file)
@@ -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)