From ec50fc720c4fc0bdd3165d0014f19c36e9819012 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Fri, 7 Feb 2025 15:53:21 -0600 Subject: [PATCH] qa/tasks: improve ignorelist for thrashing OSDs This yaml file is used in rados/thrash-old-clients. In this commit, I added some pattern matching for warnings that show up in the cluster log detail that are related to degraded PGs. In these tests, we are intentionally marking down or killing OSDs, which leads to these states showing up in the cluster log. So, the warnings are intended and can be ignored in the context of OSD thrashing. Fixes: https://tracker.ceph.com/issues/67913 Signed-off-by: Laura Flores --- qa/tasks/thrashosds-health.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index 56e56ce40a5..f8cdfc7ad65 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -32,3 +32,6 @@ overrides: - nodeep-scrub - is down - osds down + - pg .*? is .*?degraded.*?, acting + - pg .*? is stuck inactive for .*?m, current state .*?degraded.*?, last acting + - pg degraded -- 2.39.5