ceph_manager: increase osd revival timeout from 75 -> 150 seconds

Saw this fail on a firefly run just bc of valgrind slowness.  Make the
timeout higher!

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2014-07-30 21:34:30 -07:00
parent 7c3fc404d6
commit f84458bd93

View 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.