mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 05:26:50 +00:00
fix(log-analyzer): drop stale heal rule anchor (#6102)
This commit is contained in:
@@ -97,7 +97,7 @@ pub(super) fn rules() -> Vec<Rule> {
|
|||||||
)
|
)
|
||||||
},
|
},
|
||||||
Rule {
|
Rule {
|
||||||
anchors: strings(["Heal task execution failed", "Heal manager is not running"]),
|
anchors: strings(["Heal task execution failed"]),
|
||||||
..base(
|
..base(
|
||||||
"heal-task-failure",
|
"heal-task-failure",
|
||||||
P2Degraded,
|
P2Degraded,
|
||||||
|
|||||||
Reference in New Issue
Block a user