aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2009-12-09 11:00:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2009-12-09 11:00:00 +0000
commit471bf5f612f75bca7cd31c344bb22c3f6bede788 (patch)
tree508f389461e7034011da243ecf239fad4d84827a /sbin/geom
parent367bfeea1c7693cdb1a16f8c3e1707ba0025a0ea (diff)
downloadsrc-471bf5f612f75bca7cd31c344bb22c3f6bede788.tar.gz
src-471bf5f612f75bca7cd31c344bb22c3f6bede788.zip
The default balance algorithm has changed from "split" to
(the improved version of) "load".
Notes
Notes: svn path=/head/; revision=200290
Diffstat (limited to 'sbin/geom')
-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 ea0cb9a865a3..baaa827daf20 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.