From ea84569b8157e7572fbeeb1fa8fb8b6113931a3f Mon Sep 17 00:00:00 2001 From: Naveen Naidu Date: Mon, 21 Jul 2025 16:25:01 +0530 Subject: [PATCH] qa/suites/rados/thrash-old-clients: Add OSD warnings to ignore list 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 (cherry picked from commit 36b96ad56f0d364930b8841ebe36335756e489a9) --- 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 67d3380f239..6762a16b71d 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -38,3 +38,5 @@ overrides: - pg degraded - PG_BACKFILL_FULL - Low space hindering backfill .*? backfill_toofull + - OSD_HOST_DOWN + - OSD_ROOT_DOWN -- 2.39.5