From: Warren Usui Date: Wed, 22 Nov 2017 23:09:34 +0000 (+0000) Subject: pdb debug step X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=30080a485cbc09925580106406ef74f0b296e72a;p=teuthology.git pdb debug step --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 25cce9784a..f09aab6d99 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -280,6 +280,7 @@ class CephAnsible(Task): def wait_for_ceph_health(self): with contextutil.safe_while(sleep=15, tries=6, action='check health') as proceed: + import pdb; pdb.set_trace() (remote,) = self.ctx.cluster.only('mon.a').remotes remote.run(args=[ 'sudo', 'ceph', '--cluster', self.cluster_name, 'osd', 'tree'