mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
qa/workunits/ceph-helpers.sh: Improve test_mon_pg() by starting healthy
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
parent
e07f9ccb13
commit
59238fb1db
@ -1396,6 +1396,9 @@ function test_mon_osd_pool_quota()
|
||||
|
||||
function test_mon_pg()
|
||||
{
|
||||
# Make sure we start healthy.
|
||||
wait_for_health_ok
|
||||
|
||||
ceph pg debug unfound_objects_exist
|
||||
ceph pg debug degraded_pgs_exist
|
||||
ceph pg deep-scrub 0.0
|
||||
|
Loading…
Reference in New Issue
Block a user