mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
divergent_priors: add sleep after reviving divergent
Basically same thing as
c0b0ec2831
client is getting ENXIO when trying to do osd tell because
the osd isn't quite up yet.
Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
parent
ef75c8971e
commit
af3af30418
@ -143,6 +143,8 @@ def task(ctx, config):
|
||||
log.info("reviving divergent %d", divergent)
|
||||
ctx.manager.revive_osd(divergent)
|
||||
|
||||
time.sleep(20)
|
||||
|
||||
log.info('allowing recovery')
|
||||
# Set osd_recovery_delay_start back to 0 and kick the queue
|
||||
for i in osds:
|
||||
|
Loading…
Reference in New Issue
Block a user