]> git.apps.os.sepia.ceph.com Git - teuthology.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:34:45 +0000 (21:34 -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>
teuthology/task/ceph_manager.py

index 8d638ff675de48eff65fa34c1957c6c925b09a9b..951fdc3cba8e0399685fcefcfd97f0a2c8adb6c9 100644 (file)
@@ -1247,7 +1247,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.