From 52c83449051d04ce288430ae6a352a8e3c91d9ad Mon Sep 17 00:00:00 2001 From: Shilpa Jagannath Date: Mon, 28 Jan 2019 10:29:17 +0530 Subject: [PATCH] Fix timeout --- teuthology/task/ceph_ansible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index ce8e4dece9..dd77805dbf 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( -- 2.39.5