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>
  • Loading branch information
aruniiird committed Oct 4, 2021
1 parent 08cb678 commit 4d84542
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4d84542

Please sign in to comment.