From c805abc9bdc5af4e02b622f148b74bbb184507da Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 4 Mar 2026 15:39:39 -0500 Subject: [PATCH] reef: qa: ignore spurious warnings Signed-off-by: Patrick Donnelly Fixes: https://tracker.ceph.com/issues/75034 --- qa/overrides/upgrade-ignorelist.yaml | 56 +++++++++++++++++++ .../upgrade/pacific-x/parallel/1-tasks.yaml | 8 --- .../parallel/upgrade-ignorelist.yaml | 1 + .../pacific-x/stress-split/0-roles.yaml | 2 - .../stress-split/upgrade-ignorelist.yaml | 1 + .../0-cluster/start.yaml | 7 --- .../upgrade-ignorelist.yaml | 1 + .../quincy-x/parallel/upgrade-ignorelist.yaml | 1 + .../stress-split/upgrade-ignorelist.yaml | 1 + .../point-to-point-upgrade.yaml | 20 ------- .../reef-p2p-parallel/upgrade-ignorelist.yaml | 1 + .../4-workload/rbd_api.yaml | 8 --- .../upgrade-ignorelist.yaml | 1 + 13 files changed, 63 insertions(+), 45 deletions(-) create mode 100644 qa/overrides/upgrade-ignorelist.yaml create mode 120000 qa/suites/upgrade/pacific-x/parallel/upgrade-ignorelist.yaml create mode 120000 qa/suites/upgrade/pacific-x/stress-split/upgrade-ignorelist.yaml create mode 120000 qa/suites/upgrade/quincy-x/filestore-remove-check/upgrade-ignorelist.yaml create mode 120000 qa/suites/upgrade/quincy-x/parallel/upgrade-ignorelist.yaml create mode 120000 qa/suites/upgrade/quincy-x/stress-split/upgrade-ignorelist.yaml create mode 120000 qa/suites/upgrade/reef-p2p/reef-p2p-parallel/upgrade-ignorelist.yaml create mode 120000 qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/upgrade-ignorelist.yaml diff --git a/qa/overrides/upgrade-ignorelist.yaml b/qa/overrides/upgrade-ignorelist.yaml new file mode 100644 index 000000000000..cd407ebb7149 --- /dev/null +++ b/qa/overrides/upgrade-ignorelist.yaml @@ -0,0 +1,56 @@ +overrides: + ceph: + log-ignorelist: + - CACHE_POOL_NEAR_FULL + - CACHE_POOL_NO_HIT_SET + - CEPHADM_FAILED_DAEMON + - FS_DEGRADED + - Health detail + - MDS_ALL_DOWN + - MDS_INSUFFICIENT_STANDBY + - MON_DOWN + - Monitor daemon marked + - OBJECT_MISPLACED + - OBJECT_UNFOUND + - OSDMAP_FLAGS + - OSD_DOWN + - OSD_SLOW_PING_TIME_BACK + - OSD_SLOW_PING_TIME_FRONT + - PG_AVAILABILITY + - PG_DAMAGED + - PG_DEGRADED + - POOL_APP_NOT_ENABLED + - POOL_FULL + - Reduced data availability + - SLOW_OPS + - SMALLER_PG + - Slow OSD heartbeats + - all OSDs are running reef + - application not enabled + - cache pools at or near target size + - degraded + - do not have an application enabled + - filesystem is degraded + - freeform for custom applications + - have.*want.*more + - is down + - is down, acting + - is in unknown state + - is stuck inactive + - missing hit_sets + - mon down + - mons down + - needs hit_set_type to be set + - nodeep-scrub + - noscrub flag + - osd_map_max_advance + - out of quorum + - out of quota + - pool\(s\) full + - reached quota + - scrub + - slow request + - stuck peering for + - undersized + - with standby daemon mds + - wrongly marked diff --git a/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml b/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml index 99525b2f2bf6..ada97f0cdf47 100644 --- a/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml +++ b/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml @@ -5,14 +5,6 @@ teuthology: if (yaml.os_type == "centos") or (yaml.os_type == "ubuntu" and yaml.os_version == "22.04") then reject() end - -overrides: - ceph: - log-ignorelist: - - mons down - - mon down - - MON_DOWN - - out of quorum tasks: - install: branch: pacific diff --git a/qa/suites/upgrade/pacific-x/parallel/upgrade-ignorelist.yaml b/qa/suites/upgrade/pacific-x/parallel/upgrade-ignorelist.yaml new file mode 120000 index 000000000000..b290af9f3367 --- /dev/null +++ b/qa/suites/upgrade/pacific-x/parallel/upgrade-ignorelist.yaml @@ -0,0 +1 @@ +.qa/overrides/upgrade-ignorelist.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/pacific-x/stress-split/0-roles.yaml b/qa/suites/upgrade/pacific-x/stress-split/0-roles.yaml index 7fea077b875d..ad3ee43d38e4 100644 --- a/qa/suites/upgrade/pacific-x/stress-split/0-roles.yaml +++ b/qa/suites/upgrade/pacific-x/stress-split/0-roles.yaml @@ -29,5 +29,3 @@ overrides: conf: osd: osd shutdown pgref assert: true - log-ignorelist: - - OSD_UPGRADE_FINISHED diff --git a/qa/suites/upgrade/pacific-x/stress-split/upgrade-ignorelist.yaml b/qa/suites/upgrade/pacific-x/stress-split/upgrade-ignorelist.yaml new file mode 120000 index 000000000000..b290af9f3367 --- /dev/null +++ b/qa/suites/upgrade/pacific-x/stress-split/upgrade-ignorelist.yaml @@ -0,0 +1 @@ +.qa/overrides/upgrade-ignorelist.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/quincy-x/filestore-remove-check/0-cluster/start.yaml b/qa/suites/upgrade/quincy-x/filestore-remove-check/0-cluster/start.yaml index b4b6f4d900c9..bb7f766572be 100644 --- a/qa/suites/upgrade/quincy-x/filestore-remove-check/0-cluster/start.yaml +++ b/qa/suites/upgrade/quincy-x/filestore-remove-check/0-cluster/start.yaml @@ -13,13 +13,6 @@ overrides: wait-for-scrub: false skip_stop_pg_num_changes: true fs: xfs - log-ignorelist: - - overall HEALTH_ - - \(MON_DOWN\) - - \(MGR_DOWN\) - - slow request - - \(MON_MSGR2_NOT_ENABLED\) - - \(POOL_APP_NOT_ENABLED\) conf: global: enable experimental unrecoverable data corrupting features: "*" diff --git a/qa/suites/upgrade/quincy-x/filestore-remove-check/upgrade-ignorelist.yaml b/qa/suites/upgrade/quincy-x/filestore-remove-check/upgrade-ignorelist.yaml new file mode 120000 index 000000000000..b290af9f3367 --- /dev/null +++ b/qa/suites/upgrade/quincy-x/filestore-remove-check/upgrade-ignorelist.yaml @@ -0,0 +1 @@ +.qa/overrides/upgrade-ignorelist.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/quincy-x/parallel/upgrade-ignorelist.yaml b/qa/suites/upgrade/quincy-x/parallel/upgrade-ignorelist.yaml new file mode 120000 index 000000000000..b290af9f3367 --- /dev/null +++ b/qa/suites/upgrade/quincy-x/parallel/upgrade-ignorelist.yaml @@ -0,0 +1 @@ +.qa/overrides/upgrade-ignorelist.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/quincy-x/stress-split/upgrade-ignorelist.yaml b/qa/suites/upgrade/quincy-x/stress-split/upgrade-ignorelist.yaml new file mode 120000 index 000000000000..b290af9f3367 --- /dev/null +++ b/qa/suites/upgrade/quincy-x/stress-split/upgrade-ignorelist.yaml @@ -0,0 +1 @@ +.qa/overrides/upgrade-ignorelist.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/point-to-point-upgrade.yaml b/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/point-to-point-upgrade.yaml index eee713292623..801931107f88 100644 --- a/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/point-to-point-upgrade.yaml +++ b/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/point-to-point-upgrade.yaml @@ -12,26 +12,6 @@ meta: Overall upgrade path is - reef-latest.point-1 => reef-latest.point => reef-latest overrides: ceph: - log-ignorelist: - - reached quota - - scrub - - osd_map_max_advance - - wrongly marked - - FS_DEGRADED - - POOL_APP_NOT_ENABLED - - CACHE_POOL_NO_HIT_SET - - POOL_FULL - - SMALLER_PG - - pool\(s\) full - - OSD_DOWN - - missing hit_sets - - CACHE_POOL_NEAR_FULL - - PG_AVAILABILITY - - PG_DEGRADED - - application not enabled - - cache pools at or near target size - - filesystem is degraded - - OBJECT_MISPLACED ### ref: https://tracker.ceph.com/issues/40251 #removed see ^ - failed to encode map diff --git a/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/upgrade-ignorelist.yaml b/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/upgrade-ignorelist.yaml new file mode 120000 index 000000000000..b290af9f3367 --- /dev/null +++ b/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/upgrade-ignorelist.yaml @@ -0,0 +1 @@ +.qa/overrides/upgrade-ignorelist.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/4-workload/rbd_api.yaml b/qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/4-workload/rbd_api.yaml index 025616655060..f8323926b867 100644 --- a/qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/4-workload/rbd_api.yaml +++ b/qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/4-workload/rbd_api.yaml @@ -1,14 +1,6 @@ meta: - desc: | librbd C and C++ api tests -overrides: - ceph: - log-ignorelist: - - overall HEALTH_ - - \(CACHE_POOL_NO_HIT_SET\) - - \(POOL_APP_NOT_ENABLED\) - - is full \(reached quota - - \(POOL_FULL\) stress-tasks: - workunit: branch: reef diff --git a/qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/upgrade-ignorelist.yaml b/qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/upgrade-ignorelist.yaml new file mode 120000 index 000000000000..b290af9f3367 --- /dev/null +++ b/qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/upgrade-ignorelist.yaml @@ -0,0 +1 @@ +.qa/overrides/upgrade-ignorelist.yaml \ No newline at end of file -- 2.47.3