]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: ignore when specific OSD is reported down during upgrade 60390/head
authorRishabh Dave <ridave@redhat.com>
Tue, 9 Jul 2024 13:19:52 +0000 (18:49 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 18 Oct 2024 11:56:32 +0000 (17:26 +0530)
We already ignore health warning regarding OSD being down during upgrade
but health warning regarding specific OSD being down is not added to the
ignorelist which causes upgrade jobs to be marked as failed even though
they were successful.

Fixes: https://tracker.ceph.com/issues/66877
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 9ae2c89511be4b64c17974cd0fc6770641f9af4d)

qa/suites/fs/upgrade/mds_upgrade_sequence/overrides/ignorelist_upgrade.yaml

index 713adb9628ab60c4746a87e8076c2d8bc75e052a..96e4353e99c7afec1f96bcdd561950301b4ff8b4 100644 (file)
@@ -2,3 +2,4 @@ overrides:
   ceph:
     log-ignorelist:
       - OSD_DOWN
+      - osd.*is down