Skip to content

Commit

Permalink
qa/cephfs: ignore when specific OSD is reported down during upgrade
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rishabh-d-dave committed Jul 18, 2024
1 parent d622325 commit 9ae2c89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ overrides:
ceph:
log-ignorelist:
- OSD_DOWN
- osd.*is down

0 comments on commit 9ae2c89

Please sign in to comment.