linux – change (increase) raid rebuild speed

echo 25000 > /proc/sys/dev/raid/speed_limit_min

Set permanently changes:
sysctl -w dev.raid.speed_limit_min=25000

Default raid rebuild speed is default 1000 k/s

Then you can check raid rebuilding process:
watch -n 0.1 ‘cat /proc/mdstat’

Leave a Reply

Your email address will not be published. Required fields are marked *