Risposte:
Da Documentation / md.txt nella documentazione del kernel 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
Quindi no, non devi preoccuparti di nessuno dei due stati; entrambi sono normali. Se vedessi inactive
, di cui dovresti preoccuparti.
mdadm
include un demone di monitoraggio dei raid che ti avviserà (via e-mail di default) di tutte le condizioni che devi conoscere, in particolare un disco guasto. Dovresti assicurarti che sia configurato e funzionante.