The default balance algorithm has changed from "split" to

(the improved version of) "load".
This commit is contained in:
Ruslan Ermilov 2009-12-09 11:00:00 +00:00
parent 367bfeea1c
commit 471bf5f612
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200290

View File

@ -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.