View | Details | Raw Unified | Return to bug 77437
Collapse All | Expand All

(-)gmirror.8 (-3 / +3 lines)
Lines 94-100 Link Here
94
.Sh DESCRIPTION
94
.Sh DESCRIPTION
95
The
95
The
96
.Nm
96
.Nm
97
utility is used for mirrors (RAID1) configuration.
97
utility is used for mirror (RAID1) configuration.
98
After a mirror's creation, all components are detected and configured
98
After a mirror's creation, all components are detected and configured
99
automatically.
99
automatically.
100
All operations like failure detection, stale component detection, rebuild
100
All operations like failure detection, stale component detection, rebuild
Lines 114-120 Link Here
114
Create a mirror.
114
Create a mirror.
115
The order of components is important, because a component's priority is based on its position
115
The order of components is important, because a component's priority is based on its position
116
(starting from 0).
116
(starting from 0).
117
The component with the biggest priority is used by prefer balance algorithm
117
The component with the biggest priority is used by the prefer balance algorithm
118
and is also used as a master component when resynchronization is needed,
118
and is also used as a master component when resynchronization is needed,
119
e.g.\& after a power failure when the device was open for writing.
119
e.g.\& after a power failure when the device was open for writing.
120
.Pp
120
.Pp
Lines 203-209 Link Here
203
Stop the given mirror even if it is opened.
203
Stop the given mirror even if it is opened.
204
.El
204
.El
205
.It Cm list
205
.It Cm list
206
List every currently configured devices; if a list of devices is passed as a
206
List every currently configured device; if a list of devices is passed as a
207
parameter then only those devices will be shown.
207
parameter then only those devices will be shown.
208
.It Cm load
208
.It Cm load
209
Load
209
Load

Return to bug 77437