]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/basic: ignore POOL_APP_NOT_ENABLED detail in cluster log 61816/head
authorLaura Flores <lflores@ibm.com>
Thu, 13 Feb 2025 21:35:14 +0000 (15:35 -0600)
committerLaura Flores <lflores@ibm.com>
Mon, 17 Feb 2025 18:09:36 +0000 (12:09 -0600)
We already ignore POOL_APP_NOT_ENABLED, but the detail in the cluster
health still gets picked up by the badness check, so we have to ignore
that too.

Fixes: https://tracker.ceph.com/issues/62776
Signed-off-by: Laura Flores <lflores@ibm.com>
12 files changed:
qa/suites/rados/basic/tasks/libcephsqlite.yaml
qa/suites/rados/basic/tasks/rados_api_tests.yaml
qa/suites/rados/basic/tasks/rados_cls_all.yaml
qa/suites/rados/basic/tasks/rados_python.yaml
qa/suites/rados/basic/tasks/rados_stress_watch.yaml
qa/suites/rados/basic/tasks/rados_striper.yaml
qa/suites/rados/basic/tasks/rados_workunit_loadgen_big.yaml
qa/suites/rados/basic/tasks/rados_workunit_loadgen_mix.yaml
qa/suites/rados/basic/tasks/rados_workunit_loadgen_mostlyread.yaml
qa/suites/rados/basic/tasks/readwrite.yaml
qa/suites/rados/basic/tasks/repair_test.yaml
qa/suites/rados/basic/tasks/scrub_test.yaml

index 12498fb1591799de3e267d5404d5914626af7757..edf172d19f40082a56664d11a41c9753005f991d 100644 (file)
@@ -8,6 +8,8 @@ overrides:
     log-ignorelist:
     - POOL_APP_NOT_ENABLED
     - do not have an application enabled
+    - application not enabled
+    - or freeform for custom applications
 tasks:
 - exec:
    client.0:
index 56c63f9322f1d86c4f7e8ebb13939ba63789a346..e635d156a5d29f02eab0f4f9de49044d7511bca1 100644 (file)
@@ -12,6 +12,10 @@ overrides:
     - \(PG_AVAILABILITY\)
     - \(PG_DEGRADED\)
     - CEPHADM_STRAY_DAEMON
+    - do not have an application enabled
+    - POOL_APP_NOT_ENABLED
+    - application not enabled
+    - or freeform for custom applications
     conf:
       client:
         debug ms: 1
index 8896ccb446c7acb86b8a9d2451b3d672b0c291bf..e74caed20e6e4ea95a6edab01765fe79082d2c6e 100644 (file)
@@ -3,6 +3,10 @@ overrides:
     log-ignorelist:
     - \(PG_AVAILABILITY\)
     - \(POOL_APP_NOT_ENABLED\)
+    - do not have an application enabled
+    - POOL_APP_NOT_ENABLED
+    - application not enabled
+    - or freeform for custom applications
     conf:
       osd:
         osd_class_load_list: "*"
index 18e150c6ce4f49ba6e51f054ea4dfacc9f7da065..be580660b9a95747178b9489e2c90c9dbac804f6 100644 (file)
@@ -8,6 +8,10 @@ overrides:
     - \(OSD_
     - \(OBJECT_
     - \(POOL_APP_NOT_ENABLED\)
+    - do not have an application enabled
+    - POOL_APP_NOT_ENABLED
+    - application not enabled
+    - or freeform for custom applications
   install:
     ceph:
       extra_system_packages:
index 9ff0a4150fb5df4c408a90680e6d4180f6e1ca88..c87605c591e0d0422d845bb8ef36eb48dabc08db 100644 (file)
@@ -5,6 +5,10 @@ overrides:
       - \(CACHE_POOL_NO_HIT_SET\)
       - \(TOO_FEW_PGS\)
       - \(POOL_APP_NOT_ENABLED\)
+      - do not have an application enabled
+      - POOL_APP_NOT_ENABLED
+      - application not enabled
+      - or freeform for custom applications
 tasks:
 - workunit:
     clients:
index cafd824b0ee6d2387e849d1a9fe03d8b102e0b14..de0478bda29e67dd762cd0ada478ad28f217b228 100644 (file)
@@ -2,6 +2,10 @@ overrides:
   ceph:
     log-ignorelist:
     - \(POOL_APP_NOT_ENABLED\)
+    - do not have an application enabled
+    - POOL_APP_NOT_ENABLED
+    - application not enabled
+    - or freeform for custom applications
 tasks:
 - exec:
    client.0:
index 53effb42d2c490894731e79572fb003e9736e7a6..610db3b4bab8e60178edced3d6b522d76422331a 100644 (file)
@@ -4,6 +4,10 @@ overrides:
     - but it is still running
     - overall HEALTH_
     - \(POOL_APP_NOT_ENABLED\)
+    - do not have an application enabled
+    - POOL_APP_NOT_ENABLED
+    - application not enabled
+    - or freeform for custom applications
 tasks:
 - workunit:
     clients:
index 847aedb21d0daff4fb1d277bd8b4b346fa126f9c..bcc0143f991c77040807111416a74bef4a7cb79e 100644 (file)
@@ -4,6 +4,10 @@ overrides:
     - but it is still running
     - overall HEALTH_
     - \(POOL_APP_NOT_ENABLED\)
+    - do not have an application enabled
+    - POOL_APP_NOT_ENABLED
+    - application not enabled
+    - or freeform for custom applications
 tasks:
 - workunit:
     clients:
index b25392ffad5ce578e3a825ab361cafdd2f5bcf1c..0637d2a0d8957387766c7784f78dcfd6943ffd01 100644 (file)
@@ -4,6 +4,10 @@ overrides:
     - but it is still running
     - overall HEALTH_
     - \(POOL_APP_NOT_ENABLED\)
+    - do not have an application enabled
+    - POOL_APP_NOT_ENABLED
+    - application not enabled
+    - or freeform for custom applications
 tasks:
 - workunit:
     clients:
index fc13e67f02a683cece9c1a758ab228ea4709d978..140da66756fa8cecd7fb69d6e0d7f01b567ebed0 100644 (file)
@@ -8,6 +8,10 @@ overrides:
         osd_discard_disconnected_ops: false
     log-ignorelist:
       - \(POOL_APP_NOT_ENABLED\)
+      - do not have an application enabled
+      - POOL_APP_NOT_ENABLED
+      - application not enabled
+      - or freeform for custom applications
 tasks:
 - rados:
     clients: [client.0]
index 383acc9563bcf4c2d7bdfcb6c2a6ffc06ea4339d..b1acc90a5b52049632e6d47fdf780f9a23eb1177 100644 (file)
@@ -23,6 +23,10 @@ overrides:
       - \(OSD_
       - \(PG_
       - \(POOL_APP_NOT_ENABLED\)
+      - do not have an application enabled
+      - POOL_APP_NOT_ENABLED
+      - application not enabled
+      - or freeform for custom applications
     conf:
       osd:
         filestore debug inject read err: true
index 42465734375237656d9983c75c03c8fdb709ea33..a79dea4d7c52d7bc3eaefc926aa299ad38074f36 100644 (file)
@@ -23,6 +23,10 @@ overrides:
     - \(OSD_SCRUB_ERRORS\)
     - \(TOO_FEW_PGS\)
     - \(POOL_APP_NOT_ENABLED\)
+    - do not have an application enabled
+    - POOL_APP_NOT_ENABLED
+    - application not enabled
+    - or freeform for custom applications
     conf:
       osd:
         osd deep scrub update digest min age: 0