From cb6246b8ba057ac163db44e63786e2d88f8fef78 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 22 Nov 2022 15:33:28 +0100 Subject: [PATCH] fix(longhorn): Decrease severity of ActualSpaceUsed alert This patch adjusts the alert from "warning" to "info", since it has no impact on either the volume or the nodes. This is mainly caused by the use of snapshots. When nodes are about to fill up, there is a separate alert, so nothing is forgotten. --- infrastructure/longhorn/monitoring.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/longhorn/monitoring.yaml b/infrastructure/longhorn/monitoring.yaml index 713799260..bf5627dc8 100644 --- a/infrastructure/longhorn/monitoring.yaml +++ b/infrastructure/longhorn/monitoring.yaml @@ -33,7 +33,7 @@ spec: for: 5m labels: issue: The actual used space of Longhorn volume {{$labels.volume}} on {{$labels.node}} is high. - severity: warning + severity: info - alert: LonghornVolumeStatusCritical annotations: description: Longhorn volume {{$labels.volume}} on {{$labels.node}} is Fault for -- GitLab