]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: ignore `OSD_DOWN/osds down` warning 64116/head
authorVenky Shankar <vshankar@redhat.com>
Tue, 27 May 2025 07:26:12 +0000 (07:26 +0000)
committerVenky Shankar <vshankar@redhat.com>
Mon, 23 Jun 2025 13:28:01 +0000 (18:58 +0530)
Runs have started failing a lot with the human friendly variant
of the warning. OSD_DOWN is in the ignore list, however, the human
friendly warning (osds down) isn't.

Fixes: http://tracker.ceph.com/issues/71446
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 6bdda0bb3411773a2fea5d4ff83db6be295c5a1f)

qa/cephfs/overrides/ignorelist_health.yaml
qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml

index b2f33061a6f6ca91726d5075c0e35e3e38dc63ce..1ad468627512b23114cfae19c9ed4a03f0d67821 100644 (file)
@@ -26,3 +26,5 @@ overrides:
       - slow operation indications in BlueStore
       - experiencing slow operations in BlueStore
       - MGR_MODULE_ERROR
+      - OSD_DOWN
+      - osd.* is down
index 41ba84f04db5e97abb176735acb7b315f5f08616..97d7febbbc295a20e0269b16af8f41aaf0c63792 100644 (file)
@@ -7,3 +7,5 @@ overrides:
       - but it is still running
 # MDS daemon 'b' is not responding, replacing it as rank 0 with standby 'a'
       - is not responding
+      - osds down
+      - osd.* is down