]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix timeout rh-multisite 1249/head
authorShilpa Jagannath <smanjara@users.noreply.github.com>
Mon, 28 Jan 2019 04:59:17 +0000 (10:29 +0530)
committerGitHub <noreply@github.com>
Mon, 28 Jan 2019 04:59:17 +0000 (10:29 +0530)
teuthology/task/ceph_ansible.py

index ce8e4dece986b8101beb66173a2648c901046ed5..dd77805dbfe4eb7de325cf042cf8953b76c327d1 100644 (file)
@@ -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(