diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2024-12-07 18:39:06 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2024-12-09 17:59:43 +0100 |
commit | ad51e25d39e70db236b4f4750561d3b690c49ff8 (patch) | |
tree | d8a0fe9d9696101e390bd3e473bbc62f7b0cf7e8 /qa | |
parent | qa/suites/upgrade/*-x: add FS_DEGRADED to log-ignorelist (diff) | |
download | ceph-ad51e25d39e70db236b4f4750561d3b690c49ff8.tar.xz ceph-ad51e25d39e70db236b4f4750561d3b690c49ff8.zip |
qa/suites/upgrade/*-x: add OSD_UPGRADE_FINISHED to log-ignorelist
Cover warnings like
[WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED)" in cluster log
They are inherently transient and should ideally be delayed for a grace
period instead of being raised immediately just to be ignored.
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 e94c20b5b89..a0a5904c0a5 100644 --- a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml @@ -47,3 +47,4 @@ overrides: - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS + - OSD_UPGRADE_FINISHED 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 ad111ad4e0b..a59e703c671 100644 --- a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml @@ -16,6 +16,7 @@ overrides: - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS + - OSD_UPGRADE_FINISHED tasks: - install: branch: quincy diff --git a/qa/suites/upgrade/reef-x/parallel/0-start.yaml b/qa/suites/upgrade/reef-x/parallel/0-start.yaml index e94c20b5b89..a0a5904c0a5 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -47,3 +47,4 @@ overrides: - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS + - OSD_UPGRADE_FINISHED 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 ee1be0e2e55..e805c1b8bee 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -16,6 +16,7 @@ overrides: - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS + - OSD_UPGRADE_FINISHED tasks: - install: branch: reef |