Skip to content
Snippets Groups Projects
Verified Commit cb6246b8 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

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.
parent e2066901
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ spec: ...@@ -33,7 +33,7 @@ spec:
for: 5m for: 5m
labels: labels:
issue: The actual used space of Longhorn volume {{$labels.volume}} on {{$labels.node}} is high. issue: The actual used space of Longhorn volume {{$labels.volume}} on {{$labels.node}} is high.
severity: warning severity: info
- alert: LonghornVolumeStatusCritical - alert: LonghornVolumeStatusCritical
annotations: annotations:
description: Longhorn volume {{$labels.volume}} on {{$labels.node}} is Fault for description: Longhorn volume {{$labels.volume}} on {{$labels.node}} is Fault for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment