Synology resync 一時停止 → 失敗

DSM 7.2.2-72806

# cat /sys/block/md0/md/sync_action
recover
# cat /sys/block/md1/md/sync_action
recover
# cat /sys/block/md2/md/sync_action
resync

# echo idle > /sys/block/md2/md/sync_action
しても反映されない
# cat /sys/block/md2/md/sync_action
resync
参考

Noting it's really horrible sync speed (it should've been closer to 100M than 10M), I decided to pause the sync using echo idle > /sys/block/md2/md/sync_action
https://serverfault.com/questions/958782/mdadm-resume-initial-sync

checking状態なのは間違いないです。
とにかくディスクI/Oの負荷が高いので、raid-checkを止めます。

# cat /sys/block/md126/md/sync_action
check
# echo idle > /sys/block/md126/md/sync_action
# cat /sys/block/md126/md/sync_action
idle

CentOSにてRAIDストレージの障害発生HDD交換の作業メモ #mdadm - Qiita 2017

オプション: 障害が発生したディスクが正しくマークされているかどうかを確認します

# mdadm --detail /dev/md0

https://docs.redhat.com/ja/documentation/red_hat_enterprise_linux/8/html/managing_storage_devices/replacing-a-failed-disk-in-raid_managing-raid

https://docs.redhat.com/ja/documentation/red_hat_enterprise_linux/9/html/managing_storage_devices/repairing-raid-disks_managing-raid