]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: Ignore expected `backfill_toofull` warning 64377/head
authorLaura Flores <lflores@ibm.com>
Tue, 9 Sep 2025 17:44:08 +0000 (12:44 -0500)
committerLaura Flores <lflores@ibm.com>
Tue, 9 Sep 2025 17:44:08 +0000 (12:44 -0500)
commit69263e744459dda532086c2bcbb88eac3f17f7e6
treebaff360780514911366a49b77bbcf3fb30d0a774
parent3f84fc639e2f69a3b4bdb5b75db81fbd97b6f8dd
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 <lflores@ibm.com>
qa/tasks/thrashosds-health.yaml