]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_manager: increase osd revival timeout from 75 -> 150 seconds
authorSage Weil <sage@redhat.com>
Thu, 31 Jul 2014 04:34:30 +0000 (21:34 -0700)
committerSage Weil <sage@redhat.com>
Thu, 31 Jul 2014 04:35:03 +0000 (21:35 -0700)
Saw this fail on a firefly run just bc of valgrind slowness.  Make the
timeout higher!

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit f84458bd93b74873687f0099850ef5cb1e3de1b5)

teuthology/task/ceph_manager.py

index 046ed644b5984eaf934d939a92a62f983d6e9606..39d24667d35ae68ff5d1a411d5c4a801a082545f 100644 (file)
@@ -1232,7 +1232,7 @@ class CephManager:
         time.sleep(2)
         self.ctx.daemons.get_daemon('osd', osd).stop()
 
-    def revive_osd(self, osd, timeout=75):
+    def revive_osd(self, osd, timeout=150):
         """
         Revive osds by either power cycling (if indicated by the config)
         or by restarting.