Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to control the RAID Sync Process  (Read 2799 times)

0 Members and 1 Guest are viewing this topic.

Vinil

  • Guest
How to control the RAID Sync Process
« on: November 18, 2013, 06:55:36 pm »
When a device is added to raid array, the data on that device will not be synchronized with the other devices. The kernel begins to scan the original devices and writes the correct blocks to the new device. This process is known as resyncing.

This resync process details can be viewed from the /proc/mdstat and syslog files.

There are times when you may want to control how much I/O bandwidth is allocated to the resync and this is done by writing values to

Code: [Select]
/proc/sys/dev/raid/speed_limit_max
/proc/sys/dev/raid/speed_limit_min


You can set or limit minimum or maximum speed of RAID reconstruction in these files.



Hope the above information would help you.  :)
« Last Edit: November 18, 2013, 07:21:40 pm by Vinil »