freebsd-dev/sys/geom/mirror
Alexander Motin 891852cc12 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
Reviewed by:	sobomax
2009-12-03 21:47:51 +00:00
..
g_mirror_ctl.c Add support for changing providers priority. 2009-09-06 06:52:06 +00:00
g_mirror.c Change 'load' balancing mode algorithm: 2009-12-03 21:47:51 +00:00
g_mirror.h Change 'load' balancing mode algorithm: 2009-12-03 21:47:51 +00:00