From: Shilpa Jagannath Date: Mon, 28 Jan 2019 04:59:17 +0000 (+0530) Subject: Fix timeout X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=52c83449051d04ce288430ae6a352a8e3c91d9ad;p=teuthology.git Fix timeout --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index ce8e4dece..dd77805db 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -145,7 +145,7 @@ class CephAnsible(Task): log.info('updated cluster {}'.format(self.each_cluster)) def start_firewalld(self): - + # fixes timeouts during ansible run for remote, roles in self.each_cluster.remotes.iteritems(): cmd = 'sudo service firewalld start' remote.run(