From f686a03e4e973bcbfd9be9181806eb0a93526081 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Thu, 4 Sep 2025 16:02:05 -0500 Subject: [PATCH] qa/tasks/thrashosds-health: fine tune ignorelist for degraded and undersized pgs These warnings, part of the Ceph health detail, are expected in osd thrashing tests. In the original test failure, the cluster eventually got back to HEALTH_OK after the thrashing task completed. Fixes: https://tracker.ceph.com/issues/72312 Signed-off-by: Laura Flores Conflicts: qa/tasks/thrashosds-health.yaml - OSD_DOWN warnings were not present when the commit was first made (cherry picked from commit 866f5ff63ab5e46b338ec53315d6524bed800088) --- 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 6762a16b71d..c2b5865d0c2 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -40,3 +40,5 @@ overrides: - Low space hindering backfill .*? backfill_toofull - OSD_HOST_DOWN - OSD_ROOT_DOWN + - pgs degraded + - pgs undersized -- 2.47.3