From eea1c80a278941758e60d4cb2136fb70944c4bd6 Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 28 Nov 2025 10:40:41 -0500 Subject: [PATCH] rook-ceph: rm CephNodeDiskspaceWarning due to improper, non-ceph related alerts --- system-apps/rook-ceph/operator/templates/rules.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/system-apps/rook-ceph/operator/templates/rules.yaml b/system-apps/rook-ceph/operator/templates/rules.yaml index a7de89f..bdd3d4a 100644 --- a/system-apps/rook-ceph/operator/templates/rules.yaml +++ b/system-apps/rook-ceph/operator/templates/rules.yaml @@ -544,15 +544,6 @@ spec: labels: severity: "warning" type: "ceph_default" - - alert: "CephNodeDiskspaceWarning" - annotations: - description: "Mountpoint {{ "{{" }} $labels.mountpoint {{ "}}" }} on {{ "{{" }} $labels.nodename {{ "}}" }} will be full in less than 5 days based on the 48 hour trailing fill rate." - summary: "Host filesystem free space is getting low" - expr: "predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5) *on(instance) group_left(nodename) node_uname_info < 0" - labels: - oid: "1.3.6.1.4.1.50495.1.2.1.8.4" - severity: "warning" - type: "ceph_default" - alert: "CephNodeInconsistentMTU" annotations: description: "Node {{ "{{" }} $labels.instance {{ "}}" }} has a different MTU size ({{ "{{" }} $value {{ "}}" }}) than the median of devices named {{ "{{" }} $labels.device {{ "}}" }}."