mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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:
parent
7c3fc404d6
commit
f84458bd93
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user