summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2009-12-09 11:00:00 +0000
committerru <ru@FreeBSD.org>2009-12-09 11:00:00 +0000
commit7969d4126276af7feb10af8f21f23c69254680d7 (patch)
tree508f389461e7034011da243ecf239fad4d84827a /sbin
parent69e3b41184101b4cd3e0e822f4631ad8054813c0 (diff)
downloadFreeBSD-src-7969d4126276af7feb10af8f21f23c69254680d7.zip
FreeBSD-src-7969d4126276af7feb10af8f21f23c69254680d7.tar.gz
The default balance algorithm has changed from "split" to
(the improved version of) "load".
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/mirror/gmirror.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8
index ea0cb9a..baaa827 100644
--- a/sbin/geom/class/mirror/gmirror.8
+++ b/sbin/geom/class/mirror/gmirror.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 1, 2009
+.Dd December 8, 2009
.Dt GMIRROR 8
.Os
.Sh NAME
@@ -135,6 +135,7 @@ Specifies balance algorithm to use, one of:
.Bl -tag -width ".Cm round-robin"
.It Cm load
Read from the component with the lowest load.
+This is the default balance algorithm.
.It Cm prefer
Read from the component with the biggest priority.
.It Cm round-robin
@@ -142,7 +143,6 @@ Use round-robin algorithm when choosing component to read.
.It Cm split
Split read requests, which are bigger than or equal to slice size on N pieces,
where N is the number of active components.
-This is the default balance algorithm.
.El
.It Fl F
Do not synchronize after a power failure or system crash.
OpenPOWER on IntegriCloud