mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
Merge pull request #12577 from liewegas/wip-osd-backfill
qa/tasks/osd_backfill.py: wait for osd.[12] to start Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
commit
a84de42792
@ -91,6 +91,10 @@ def task(ctx, config):
|
||||
err = p.wait()
|
||||
log.info('err is %d' % err)
|
||||
|
||||
# wait for osd.1 and osd.2 to be up
|
||||
manager.wait_till_osd_is_up(1)
|
||||
manager.wait_till_osd_is_up(2)
|
||||
|
||||
# cluster must recover
|
||||
manager.raw_cluster_cmd('tell', 'osd.1', 'flush_pg_stats')
|
||||
manager.raw_cluster_cmd('tell', 'osd.2', 'flush_pg_stats')
|
||||
|
Loading…
Reference in New Issue
Block a user