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:
Samuel Just 2016-02-19 12:26:27 -08:00
parent ef75c8971e
commit af3af30418

View File

@ -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: