Skip to content

fix(agent): don't warn on MD RAID check/repair when no mismatches found#1977

Open
svenvg93 wants to merge 1 commit intohenrygd:mainfrom
svenvg93:1974-fix-raid-smart-alert
Open

fix(agent): don't warn on MD RAID check/repair when no mismatches found#1977
svenvg93 wants to merge 1 commit intohenrygd:mainfrom
svenvg93:1974-fix-raid-smart-alert

Conversation

@svenvg93
Copy link
Copy Markdown
Collaborator

@svenvg93 svenvg93 commented May 4, 2026

📃 Description

Fix false SMART WARNING alerts for Linux MD RAID arrays during routine periodic consistency checks. When sync_action is check or repair and no mismatches are found, the array is healthy and should report PASSED rather than WARNING.

closes #1974

🪵 Changelog

🔧 Fixed

  • MD RAID arrays no longer trigger SMART WARNING alerts during routine check/repair sync actions when mismatch_cnt is 0. Only actual data inconsistencies (mismatch_cnt > 0) will produce a WARNING.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: MD RAID status changed to WARNING constantly

1 participant