From: Naveen Naidu Date: Mon, 13 Jan 2025 13:35:47 +0000 (+0530) Subject: qa/tasks/thrashosds-health: whitelist PG_BACKFILL_FULL X-Git-Tag: testing/wip-vshankar-testing-20250311.100342-debug~25^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=925bb875f23bd83559a70c5fb3c199373d1ea956;p=ceph-ci.git qa/tasks/thrashosds-health: whitelist PG_BACKFILL_FULL rados/thrash-old-clients tests are failing due to PG_BACKFILL error. The low space error hindering backfill error is a expected transitory state which resolves by itself when the PGs are migrated out of the OSD during the test runs, freeing up the needed space. Yet, teuthology seems to pick up these PG_BACKFILL errors and error out the test. The solution is to add these expected errors into the ignore list Fixes: https://tracker.ceph.com/issues/65450 Signed-off-by: Naveen Naidu --- diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index f8cdfc7ad65..25f1894f140 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -35,3 +35,5 @@ overrides: - pg .*? is .*?degraded.*?, acting - pg .*? is stuck inactive for .*?m, current state .*?degraded.*?, last acting - pg degraded + - PG_BACKFILL_FULL + - Low space hindering backfill .*? backfill_toofull