From c16e8fe4afe425659ef03e2fdcea702a3bc5a17d Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Mon, 27 Nov 2017 18:16:24 +0000 Subject: [PATCH] Add pdb for debug. --- teuthology/task/ceph_ansible.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index f09aab6d99..1165400dd6 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -419,6 +419,7 @@ class CephAnsible(Task): ]) self._copy_and_print_config() str_args = ' '.join(args) + import pdb; pdb.set_trace() ceph_installer.run(args=[ run.Raw('cd ~/ceph-ansible'), run.Raw(';'), -- 2.39.5