On Tuesday September 24, andrew.r.cress@intel.com wrote:
I couldn't find this is a quick scan of the code, and thought it should be
documented somewhere. Maybe I just have a blind spot. Can someone tell me
how to set the speed_limit_max variable for mdrecoveryd?
Andy Cress
Get and install mdadm, and
man 4 md
It says in the Files section:
/proc/sys/dev/raid/speed_limit_max
A readable and writable file that reflects the cur-
rent goal rebuild speed for times when no non-
rebuild activity is current on an array. The
default is 100,000.
so
echo 1000000 > /proc/sys/dev/raid/speed_limit_max
Does that answer your question?
NeilBrown