freebsd-dev/sbin/geom/class
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
..
cache Add gpart(8). 2007-05-15 20:25:18 +00:00
concat Add gpart(8). 2007-05-15 20:25:18 +00:00
eli By default backup geli metadata to a file. It is quite critical 512 bytes, 2008-08-29 18:10:18 +00:00
journal o Fix typo in the example. 2009-05-25 09:52:58 +00:00
label Remove (c) line. 2009-08-23 18:15:13 +00:00
mirror Change gmirror default balance algorithm from "split" to "load". 2009-12-08 22:43:29 +00:00
multipath - Use an uppercase provider name in the example, to make the name change 2008-03-13 15:37:02 +00:00
nop Fix the example, -w is the right switch for write failure probability. 2009-09-17 13:04:46 +00:00
part - Initialize variable in order to avoid GCC warning and enable WARNS=6. 2009-10-26 07:43:41 +00:00
raid3 Add gpart(8). 2007-05-15 20:25:18 +00:00
shsec Add gpart(8). 2007-05-15 20:25:18 +00:00
stripe Fix the online usage for the "dump" command. 2007-05-24 09:21:20 +00:00
virstor - grammar and language fixes 2009-01-04 15:41:01 +00:00
Makefile Bring in the GEOM Virtualisation class, which allows to create huge GEOM 2007-09-23 07:34:23 +00:00
Makefile.inc