From owner-svn-src-all@FreeBSD.ORG Wed Sep 9 19:06:01 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D14A1106568F; Wed, 9 Sep 2009 19:06:01 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C0CB68FC20; Wed, 9 Sep 2009 19:06:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n89J61CG094278; Wed, 9 Sep 2009 19:06:01 GMT (envelope-from pjd@svn.freebsd.org) Received: (from pjd@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n89J61nd094276; Wed, 9 Sep 2009 19:06:01 GMT (envelope-from pjd@svn.freebsd.org) Message-Id: <200909091906.n89J61nd094276@svn.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 9 Sep 2009 19:06:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197044 - head/sbin/geom/class/mirror X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 19:06:01 -0000 Author: pjd Date: Wed Sep 9 19:06:01 2009 New Revision: 197044 URL: http://svn.freebsd.org/changeset/base/197044 Log: Actually component with the greatest priority is used by the prefer balance algorithm. Modified: head/sbin/geom/class/mirror/gmirror.8 Modified: head/sbin/geom/class/mirror/gmirror.8 ============================================================================== --- head/sbin/geom/class/mirror/gmirror.8 Wed Sep 9 18:55:18 2009 (r197043) +++ head/sbin/geom/class/mirror/gmirror.8 Wed Sep 9 19:06:01 2009 (r197044) @@ -122,7 +122,7 @@ indicates an action to be performed: Create a mirror. The order of components is important, because a component's priority is based on its position (starting from 0 to 255). -The component with the biggest priority (the lowest number) is used by the +The component with the biggest priority is used by the .Cm prefer balance algorithm and is also used as a master component when resynchronization is needed,