mdadm hot spare enable

MDADM hots pare will not working

https://serverfault.com/questions/676638/mdadm-drive-replacement-shows-up-as-spare-and-refuses-to-sync

check your sync_action

cat /sys/block/md0/md/sync_action
frozen

enable it with

echo idle > /sys/block/md0/md/sync_action

that´s it

Leave a comment