Из Documentation / md.txt в документации по ядру Linux:
clean - no pending writes, but otherwise active.
When written to inactive array, starts without resync
If a write request arrives then
if metadata is known, mark 'dirty' and switch to 'active'.
if not known, block and switch to write-pending
If written to an active array that has pending writes, then fails.
active
fully active: IO and resync can be happening.
When written to inactive array, starts with resync
Так что нет, вам не нужно беспокоиться ни о каком состоянии; оба в нормальном режиме. Если бы вы увидели inactive
, что вам придется беспокоиться о.
mdadm
включает в себя демон raid monitor, который предупредит вас (по умолчанию по электронной почте) о любых условиях, о которых вам необходимо знать, в частности о неисправном диске. Вы должны убедиться, что он настроен и работает.