Mark Hahn wrote: >> There's much easier/simpler way to set default scheduler. As > > personally, I don't see any point to worrying about the default, > compile-time or boot time: > > for f in `find /sys/block/* -name scheduler`; do echo cfq > $f; done I agree -- if you're talking about changing the io scheduler for the duration of a resync you should take this approach rather than changing kernels or rebooting. --Gil - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html