From: Laura Flores Date: Fri, 7 Feb 2025 21:53:21 +0000 (-0600) Subject: qa/tasks: improve ignorelist for thrashing OSDs X-Git-Tag: testing/wip-pdonnell-testing-20250212.134243-debug~5^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ec50fc720c4fc0bdd3165d0014f19c36e9819012;p=ceph-ci.git 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 --- 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