Linux Multidisk Array Management

Watch the sync:

watch -n 1 cat /proc/mdstat

Stop a sync:

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

Change the timer:

vim /usr/lib/systemd/system/mdcheck_start.timer

systemctl daemon-reload