# # Resync'ing/Reconstruction # # # 15-Jan-02 amo Date-of-Birth # # # Speed_limit Excerpted from: # # Date: Wed, 16 Jan 2002 00:25:02 +0100 # From: "[iso-8859-1] José Luis Domingo López" # Cc: "'linux-raid@vger.kernel.org'" # Subject: Re: Poor performance RAID0+1 # # # --- snips # # # cat /proc/mdstat # -- shows the system trying to resync the drives... # # # See the reconstruction speed limits/values ( KB/sec ) # /proc/sys/dev/raid/speed_limit_min # /proc/sys/dev/raid/speed_limit_max # # Increase reconstruction speed if you're just waiting for it to resync # ( watch the nice level too ) # echo 150000 > /proc/sys/dev/raid/speed_limit_min # # # end of file