From: Ilya Dryomov Date: Sun, 8 Dec 2024 16:27:09 +0000 (+0100) Subject: qa/suites/upgrade/*-x: add FS_DEGRADED to log-ignorelist X-Git-Tag: v19.2.3~326^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7dfe37b587c1f3d3872efa9d5a5cdf5cdd5a5bc8;p=ceph.git qa/suites/upgrade/*-x: add FS_DEGRADED to log-ignorelist Cover warnings like [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED)" in cluster log MDS_ALL_DOWN is already ignored in ignorelist_health.yaml for reef-x. Not sure why it's not ignored for quincy-x -- ignorelist_health.yaml isn't present there at all. Signed-off-by: Ilya Dryomov (cherry picked from commit 8971b72c24ceb3bd6dc365bb2e34657fb6f5f080) --- diff --git a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml index 990718f14f94..e94c20b5b893 100644 --- a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml @@ -45,4 +45,5 @@ overrides: - Degraded data redundancy - pg .* is stuck inactive - pg .* is .*degraded + - FS_DEGRADED - OSDMAP_FLAGS diff --git a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml index 24b5c9716a7d..ad111ad4e0b7 100644 --- a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml @@ -14,6 +14,7 @@ overrides: - Degraded data redundancy - pg .* is stuck inactive - pg .* is .*degraded + - FS_DEGRADED - OSDMAP_FLAGS tasks: - install: diff --git a/qa/suites/upgrade/reef-x/parallel/0-start.yaml b/qa/suites/upgrade/reef-x/parallel/0-start.yaml index 990718f14f94..e94c20b5b893 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -45,4 +45,5 @@ overrides: - Degraded data redundancy - pg .* is stuck inactive - pg .* is .*degraded + - FS_DEGRADED - OSDMAP_FLAGS diff --git a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml index 80aba7c594a9..ee1be0e2e559 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -14,6 +14,7 @@ overrides: - Degraded data redundancy - pg .* is stuck inactive - pg .* is .*degraded + - FS_DEGRADED - OSDMAP_FLAGS tasks: - install: