]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
reef: qa: ignore spurious warnings 67657/head
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 4 Mar 2026 20:39:39 +0000 (15:39 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 5 Mar 2026 02:30:33 +0000 (21:30 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Fixes: https://tracker.ceph.com/issues/75034
13 files changed:
qa/overrides/upgrade-ignorelist.yaml [new file with mode: 0644]
qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml
qa/suites/upgrade/pacific-x/parallel/upgrade-ignorelist.yaml [new symlink]
qa/suites/upgrade/pacific-x/stress-split/0-roles.yaml
qa/suites/upgrade/pacific-x/stress-split/upgrade-ignorelist.yaml [new symlink]
qa/suites/upgrade/quincy-x/filestore-remove-check/0-cluster/start.yaml
qa/suites/upgrade/quincy-x/filestore-remove-check/upgrade-ignorelist.yaml [new symlink]
qa/suites/upgrade/quincy-x/parallel/upgrade-ignorelist.yaml [new symlink]
qa/suites/upgrade/quincy-x/stress-split/upgrade-ignorelist.yaml [new symlink]
qa/suites/upgrade/reef-p2p/reef-p2p-parallel/point-to-point-upgrade.yaml
qa/suites/upgrade/reef-p2p/reef-p2p-parallel/upgrade-ignorelist.yaml [new symlink]
qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/4-workload/rbd_api.yaml
qa/suites/upgrade/reef-p2p/reef-p2p-stress-split/upgrade-ignorelist.yaml [new symlink]

diff --git a/qa/overrides/upgrade-ignorelist.yaml b/qa/overrides/upgrade-ignorelist.yaml
new file mode 100644 (file)
index 0000000..cd407eb
--- /dev/null
@@ -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
index 99525b2f2bf65b5cf7a36e1bc18a750c44085a80..ada97f0cdf47fd2e198bf29e6ef7528a898a21a3 100644 (file)
@@ -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 (symlink)
index 0000000..b290af9
--- /dev/null
@@ -0,0 +1 @@
+.qa/overrides/upgrade-ignorelist.yaml
\ No newline at end of file
index 7fea077b875d39cd64d6d550435e060136f7bce7..ad3ee43d38e494c179f42a85733ea7aa10119a7c 100644 (file)
@@ -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 (symlink)
index 0000000..b290af9
--- /dev/null
@@ -0,0 +1 @@
+.qa/overrides/upgrade-ignorelist.yaml
\ No newline at end of file
index b4b6f4d900c9551574e6bed81cc02f153384df8a..bb7f766572bebb843c38c930d65e10550cdf6610 100644 (file)
@@ -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 (symlink)
index 0000000..b290af9
--- /dev/null
@@ -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 (symlink)
index 0000000..b290af9
--- /dev/null
@@ -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 (symlink)
index 0000000..b290af9
--- /dev/null
@@ -0,0 +1 @@
+.qa/overrides/upgrade-ignorelist.yaml
\ No newline at end of file
index eee713292623cbc60460e0d937b50f8e9b0960ed..801931107f88a326791c45b091b7fb64237c849f 100644 (file)
@@ -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 (symlink)
index 0000000..b290af9
--- /dev/null
@@ -0,0 +1 @@
+.qa/overrides/upgrade-ignorelist.yaml
\ No newline at end of file
index 025616655060dd57274689d0387227b7e6b41483..f8323926b867346a6261998f9fc0bea608d28b96 100644 (file)
@@ -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 (symlink)
index 0000000..b290af9
--- /dev/null
@@ -0,0 +1 @@
+.qa/overrides/upgrade-ignorelist.yaml
\ No newline at end of file