]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/nvmeof: add OSD warnings in ignorelist 62725/head
authorVallari Agrawal <vallari.agrawal@ibm.com>
Mon, 14 Apr 2025 08:04:54 +0000 (13:34 +0530)
committerVallari Agrawal <vallari.agrawal@ibm.com>
Mon, 21 Apr 2025 16:59:54 +0000 (22:29 +0530)
And these to ignorelist:
- OSD_DOWN
- OSD_HOST_DOWN
- OSD_ROOT_DOWN
- PG_DEGRADED

These warnings come up in "cephadm" task during OSD
setup and are unrelated to nvmeof testing.

Fixes: https://tracker.ceph.com/issues/70906
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml
qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml
qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml

index 7f20f9f04a8bbbe92494ab81493524760194b611..3820b7f411d1b3fe68ee793a2e453ba7c60c937c 100644 (file)
@@ -29,4 +29,8 @@ overrides:
         # cephadm can take up to 5 minutes to bring up remaining mons
         mon down mkfs grace: 300
     log-ignorelist:
+      - OSD_DOWN
+      - OSD_HOST_DOWN
+      - OSD_ROOT_DOWN
+      - PG_DEGRADED
       - NVMEOF_SINGLE_GATEWAY
index 46037784d313bf6886c00f275ef303c5a2e88db9..f60065dd27d9b560db1aee68a8899351ed188a56 100644 (file)
@@ -1,6 +1,11 @@
 overrides:
   ceph:
-    log-ignorelist: 
+    log-ignorelist:
+      # general ignorelist
+      - OSD_DOWN
+      - OSD_HOST_DOWN
+      - OSD_ROOT_DOWN
+      - PG_DEGRADED
       # mon thrashing
       - MON_DOWN
       - mons down
index b58dc14d87bd2e17872cb44b3de87718ca237152..912aa378aec7ac1459ebcfd965a8a9eee47c70c2 100644 (file)
@@ -1,6 +1,11 @@
 overrides:
   ceph:
     log-ignorelist:  
+      # general ignorelist
+      - OSD_DOWN
+      - OSD_HOST_DOWN
+      - OSD_ROOT_DOWN
+      - PG_DEGRADED
       # nvmeof daemon thrashing
       - CEPHADM_FAILED_DAEMON
       - NVMEOF_SINGLE_GATEWAY