Bug #44991
monitoring: alert for pool fill up broken
Status:
Resolved
Priority:
Normal
Assignee:
Category:
dashboard/monitoring
Target version:
% Done:
0%
Source:
Development
Tags:
monitoring
Backport:
nautilus, octopus
Regression:
No
Severity:
3 - minor
Description
The changes done with https://tracker.ceph.com/issues/44776 seems to be incorrect for the 'pool filling up' alert. See https://github.com/ceph/ceph/pull/34227/files#r405403571. The 'group_right' should be replaced by 'group_left' in the PromQL query
(predict_linear(ceph_pool_stored[2d], 3600 * 24 * 5) >= ceph_pool_max_avail) * on(pool_id) group_right(name) ceph_pool_metadata
Related issues
History
#1 Updated by Volker Theile 10 months ago
- Status changed from New to In Progress
#2 Updated by Volker Theile 10 months ago
- Status changed from In Progress to Fix Under Review
#3 Updated by Volker Theile 10 months ago
- Pull request ID set to 34469
#4 Updated by Volker Theile 10 months ago
- Related to Bug #44776: monitoring: alert for prediction of disk and pool fill up broken added
#5 Updated by Lenz Grimmer 9 months ago
- Status changed from Fix Under Review to Pending Backport
#6 Updated by Nathan Cutler 9 months ago
- Copied to Backport #45208: nautilus: monitoring: alert for pool fill up broken added
#7 Updated by Nathan Cutler 9 months ago
- Copied to Backport #45209: octopus: monitoring: alert for pool fill up broken added
#8 Updated by Nathan Cutler 7 months ago
- Status changed from Pending Backport to Resolved
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".