]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/thrash-old-clients: Add OSD warnings to ignore list 64603/head
authorNaveen Naidu <naveennaidu479@gmail.com>
Mon, 21 Jul 2025 10:55:01 +0000 (16:25 +0530)
committerNaveen Naidu <naveennaidu479@gmail.com>
Mon, 21 Jul 2025 11:09:43 +0000 (16:39 +0530)
Add these to ignorelist:
- OSD_HOST_DOWN
- OSD_ROOT_DOWN

These warnings cause Teuthology tests to fail during OSD setup. They
are unrelated to RADOS testing and occur due to the nature of
thrashing tests, where OSDs temporarily mark themselves as down.

If an OSD is the only one in the cluster at the time, the cluster
may  incorrectly detect the host as down, even though other OSDs
are still starting up.

Fixes: https://tracker.ceph.com/issues/70972
Signed-off-by: Naveen Naidu <naveen.naidu@ibm.com>
qa/tasks/thrashosds-health.yaml

index 67d3380f2392c9a6bd186eff5a0a50dc94a301e7..6762a16b71df30005bad0412cd89b943cc6e0654 100644 (file)
@@ -38,3 +38,5 @@ overrides:
       - pg degraded
       - PG_BACKFILL_FULL
       - Low space hindering backfill .*? backfill_toofull
+      - OSD_HOST_DOWN
+      - OSD_ROOT_DOWN