mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
divergent_priors2: give divergent time to come up
Fixes: #13322 Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
parent
01dea5462f
commit
c0b0ec2831
@ -177,6 +177,7 @@ def task(ctx, config):
|
||||
log.info("reviving divergent %d", divergent)
|
||||
ctx.manager.revive_osd(divergent)
|
||||
ctx.manager.wait_run_admin_socket('osd', divergent, ['dump_ops_in_flight'])
|
||||
time.sleep(20);
|
||||
|
||||
log.info('allowing recovery')
|
||||
# Set osd_recovery_delay_start back to 0 and kick the queue
|
||||
|
Loading…
Reference in New Issue
Block a user