diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2005-02-24 01:00:09 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2005-02-24 01:00:09 +0000 |
| commit | 087f49016f31f31efef7f39f1ca277cfec7ed746 (patch) | |
| tree | e8028db85f7614ed9e185dc70f3e6aa69b2da857 | |
| parent | 59d8b3100291c8b462e8e1700e110a86ea354cf0 (diff) | |
Notes
| -rw-r--r-- | sbin/geom/class/mirror/gmirror.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8 index a90634ceca45..8c32f81fa938 100644 --- a/sbin/geom/class/mirror/gmirror.8 +++ b/sbin/geom/class/mirror/gmirror.8 @@ -94,7 +94,7 @@ .Sh DESCRIPTION The .Nm -utility is used for mirrors (RAID1) configuration. +utility is used for mirror (RAID1) configurations. After a mirror's creation, all components are detected and configured automatically. All operations like failure detection, stale component detection, rebuild @@ -114,7 +114,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). -The component with the biggest priority is used by prefer balance algorithm +The component with the biggest priority is used by the prefer balance algorithm and is also used as a master component when resynchronization is needed, e.g.\& after a power failure when the device was open for writing. .Pp @@ -203,7 +203,7 @@ Additional options include: Stop the given mirror even if it is opened. .El .It Cm list -List every currently configured devices; if a list of devices is passed as a +List every currently configured device; if a list of devices is passed as a parameter then only those devices will be shown. .It Cm load Load |
