freebsd-dev/sbin/geom
Alexander Motin 20cad71f00 Change gmirror default balance algorithm from "split" to "load".
"split" is very ineffective for devices with rotating media as HDDs.
To be effective, it needs that transfer time reduction due to block
splitting was bigger then access time increase due to non-sequential
access. For modern HDDs I was able to reproduce it only with read sizes
of 2MB and above, which is almost not applicable in real life.
"load" algorithm same time is more universal and effective now.

Reviewed by:	pjd
2009-12-08 22:43:29 +00:00
..
class Change gmirror default balance algorithm from "split" to "load". 2009-12-08 22:43:29 +00:00
core Update copyright years. 2009-09-06 06:49:59 +00:00
misc - Back out r186038. Rather than changing the intent of the caller, the problem 2008-12-27 14:24:24 +00:00
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
Makefile.inc Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00