From 405798aeda91520bf50fa6aad52faa67b1e437c6 Mon Sep 17 00:00:00 2001 From: Linjing Li Date: Fri, 4 Oct 2024 21:56:42 +0000 Subject: [PATCH] qa/tasks: added "is down" warning to thrash-old-clients ingorelist This integration test failed due to an "osd down" warning, but we intentionally mark OSDs down in this test, so the warning should be ignored. Fixes: https://tracker.ceph.com/issues/67820 Signed-off-by: Linjing Li --- qa/tasks/thrashosds-health.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index b70583a75e1..dbde1ced0db 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -30,3 +30,4 @@ overrides: - out of quorum - noscrub - nodeep-scrub + - is down -- 2.39.5