Skip to content

Commit

Permalink
ceph: reverting the time delay of 'CephMonHighNumberOfLeaderChanges'
Browse files Browse the repository at this point in the history
As 'CephMonHighNumberOfLeaderChanges' means there is a
multiple monitor election and indicate some communication
issue between the monitors. Increasing interval timing for
this alert is not considered as safe. So reverting this
change back to 5m

Signed-off-by: Arun Kumar Mohan <amohan@redhat.com>
(cherry picked from commit 4d84542)
  • Loading branch information
aruniiird authored and travisn committed Oct 4, 2021
1 parent b7990a3 commit 1522e02
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
storage_type: ceph
expr: |
(ceph_mon_metadata{job="rook-ceph-mgr"} * on (ceph_daemon) group_left() (rate(ceph_mon_num_elections{job="rook-ceph-mgr"}[5m]) * 60)) > 0.95
for: 15m
for: 5m
labels:
severity: warning
- name: ceph-node-alert.rules
Expand Down Expand Up @@ -326,4 +326,3 @@ spec:
for: 1m
labels:
severity: critical

0 comments on commit 1522e02

Please sign in to comment.