very slow RAID-1 resync

Jeffrey W. Baker (jwbaker@acm.org)
Mon, 15 Oct 2001 17:02:21 -0700 (PDT)


I just plugged in a new RAID-1(+0, 2 2-disk stripe sets mirrored) to a
2.4.12-ac3 machine. The md code decided it was going to resync the mirror
at between 100KB/sec and 100000KB/sec. The actual rate was 100KB/sec,
while the device was otherwise idle. By increasing
/proc/.../speed_limit_min, I was able to crank the resync rate up to
20MB/sec, which is slightly more reasonable but still short of the
~60MB/sec this RAID is capable of.

So, two things: there is something wrong with the resync code that makes
it run at the minimum rate even when the device is idle, and why is the
resync proceeding so slowly?

raid1d and raid1syncd are barely getting any CPU time on this otherwise
idle SMP system.

There must be some optimization to mostly skip the sync on an array of new
drives, ja?

-jwb

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/