View Single Post
Tuổi 10-12-2009, 10:55 PM   #1
hoctinhoc
Guest
 
Trả Lời: n/a
Tăng tốc độ Raid 1 Resync
How to speed up raid1 resync ?



Just echo large numbers into both min and max resync speed proc entries:

/proc/sys/dev/raid/spped_limit_max and speed_limit_mine.g. as root do:


Mã:
 echo 200000 > /proc/sys/dev/raid/speed_limit_max
 echo 200000 > /proc/sys/dev/raid/speed_limit_min
And watch the speed fly up till it maxes out your hardware. (-:
The above will set both speeds to 200MiB/s which ought to be more than



from linux kernel mailing list

written by Anton Altaparmakov



  Trả lời ngay kèm theo trích dẫn này