mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
qa: wait longer for osd to flush pg stats
it's the test_create_from_mon()'s counterpart of 38074726
.
Fixes: http://tracker.ceph.com/issues/24321
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
915206cab6
commit
16b84f7332
@ -34,8 +34,9 @@ def test_create_from_mon(ctx, config):
|
||||
manager = ctx.managers['ceph']
|
||||
log.info('1. creating pool.a')
|
||||
pool_a = manager.create_pool_with_unique_name(pg_num)
|
||||
manager.wait_for_clean()
|
||||
assert manager.get_num_active_clean() == pg_num
|
||||
pg_states = manager.wait_till_pg_convergence(300)
|
||||
pg_created = pg_num_in_all_states(pg_states, 'active', 'clean')
|
||||
assert pg_created == pg_num
|
||||
|
||||
log.info('2. creating pool.b')
|
||||
pool_b = manager.create_pool_with_unique_name(pg_num)
|
||||
|
Loading…
Reference in New Issue
Block a user