mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-16 09:58:21 +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 {
|
||||
anchors: strings(["Heal task execution failed", "Heal manager is not running"]),
|
||||
anchors: strings(["Heal task execution failed"]),
|
||||
..base(
|
||||
"heal-task-failure",
|
||||
P2Degraded,
|
||||
|
||||
Reference in New Issue
Block a user