From db2f0dd6a0eda1b55c6fa6eed5817f1eee3ea40a Mon Sep 17 00:00:00 2001 From: Naveen Naidu Date: Mon, 13 Jan 2025 19:05:47 +0530 Subject: [PATCH] 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 (cherry picked from commit 925bb875f23bd83559a70c5fb3c199373d1ea956) --- qa/tasks/thrashosds-health.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index df7d2770cb80..49005d44fdea 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 - pg degraded + - PG_BACKFILL_FULL + - Low space hindering backfill .*? backfill_toofull -- 2.47.3