From: Laura Flores Date: Thu, 4 Sep 2025 21:02:05 +0000 (-0500) Subject: qa/tasks/thrashosds-health: fine tune ignorelist for degraded and undersized pgs X-Git-Tag: testing/wip-vshankar-testing-20250910.085256-debug~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=866f5ff63ab5e46b338ec53315d6524bed800088;p=ceph-ci.git 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 --- 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