freebsd-dev/sys/geom/mirror
Alexander Motin 417f972601 MFC r200086:
Change 'load' balancing mode algorithm:
- Instead of measuring last request execution time for each drive and
choosing one with smallest time, use averaged number of requests, running
on each drive. This information is more accurate and timely. It allows to
distribute load between drives in more even and predictable way.
- For each drive track offset of the last submitted request. If new request
offset matches previous one or close for some drive, prefer that drive.
It allows to significantly speedup simultaneous sequential reads.

PR:             kern/113885
2009-12-08 23:23:45 +00:00
..
g_mirror_ctl.c MFC r196879: 2009-12-08 23:15:48 +00:00
g_mirror.c MFC r200086: 2009-12-08 23:23:45 +00:00
g_mirror.h MFC r200086: 2009-12-08 23:23:45 +00:00