diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2024-12-08 17:27:09 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2024-12-09 17:53:32 +0100 |
commit | 8971b72c24ceb3bd6dc365bb2e34657fb6f5f080 (patch) | |
tree | 8ed1f68b4a5bed9a903fa4e997249ced74a5d9b6 /qa | |
parent | qa/suites/upgrade/*-x: add more PG states to log-ignorelist (diff) | |
download | ceph-8971b72c24ceb3bd6dc365bb2e34657fb6f5f080.tar.xz ceph-8971b72c24ceb3bd6dc365bb2e34657fb6f5f080.zip |
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 <idryomov@gmail.com>
Diffstat (limited to 'qa')
4 files changed, 4 insertions, 0 deletions
diff --git a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml index 990718f14f9..e94c20b5b89 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 24b5c9716a7..ad111ad4e0b 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 990718f14f9..e94c20b5b89 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 80aba7c594a..ee1be0e2e55 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: |