mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
tasks/divergent_priors2: wait for osd to start before tell
Otherwise we can get 2015-09-24T19:22:15.191 INFO:teuthology.orchestra.run.mira080.stderr:Error ENXIO: problem getting command descriptions from osd.1 Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
ea5cea8e60
commit
ecc504fea0
@ -176,6 +176,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'])
|
||||
|
||||
log.info('allowing recovery')
|
||||
# Set osd_recovery_delay_start back to 0 and kick the queue
|
||||
|
Loading…
Reference in New Issue
Block a user