From 21038751aacdf6a2a4f6f52ef73668790e8bc903 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 9 Sep 2009 19:06:01 +0000 Subject: [PATCH] Actually component with the greatest priority is used by the prefer balance algorithm. --- sbin/geom/class/mirror/gmirror.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8 index 78baf0b35928..ea0cb9a865a3 100644 --- a/sbin/geom/class/mirror/gmirror.8 +++ b/sbin/geom/class/mirror/gmirror.8 @@ -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,