From: Laura Flores Date: Tue, 9 Sep 2025 17:44:08 +0000 (-0500) Subject: qa/tasks: Ignore expected `backfill_toofull` warning X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69263e744459dda532086c2bcbb88eac3f17f7e6;p=ceph.git qa/tasks: Ignore expected `backfill_toofull` warning We deliberately inject an error to this test using `osd_debug_reject_backfill_probability=0.3`, which determines a >0 probability that a PG's backfill reservation is rejected. If the reservation is rejected, we will see this type of error in the OSD log: ``` backfill reservation rejected: failure injection ``` Since this is an injected test scenario, we can add this warning to the ignorelist. Fixes: https://tracker.ceph.com/issues/70716 Signed-off-by: Laura Flores --- diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index c2b5865d0c23..764496b2ec99 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -38,7 +38,7 @@ overrides: - pg degraded - PG_BACKFILL_FULL - Low space hindering backfill .*? backfill_toofull - - OSD_HOST_DOWN - OSD_ROOT_DOWN - pgs degraded - pgs undersized + - is active.*backfill_toofull.*