Date: Wed, 9 Dec 2009 11:00:00 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200290 - head/sbin/geom/class/mirror Message-ID: <200912091100.nB9B00V9023410@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ru Date: Wed Dec 9 11:00:00 2009 New Revision: 200290 URL: http://svn.freebsd.org/changeset/base/200290 Log: The default balance algorithm has changed from "split" to (the improved version of) "load". Modified: head/sbin/geom/class/mirror/gmirror.8 Modified: head/sbin/geom/class/mirror/gmirror.8 ============================================================================== --- head/sbin/geom/class/mirror/gmirror.8 Wed Dec 9 08:16:12 2009 (r200289) +++ head/sbin/geom/class/mirror/gmirror.8 Wed Dec 9 11:00:00 2009 (r200290) @@ -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 .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 .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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912091100.nB9B00V9023410>