Deleted Added
full compact
gmirror.8 (225736) gmirror.8 (260507)
1.\" Copyright (c) 2004-2009 Pawel Jakub Dawidek <pjd@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2004-2009 Pawel Jakub Dawidek <pjd@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: stable/9/sbin/geom/class/mirror/gmirror.8 200290 2009-12-09 11:00:00Z ru $
25.\" $FreeBSD: stable/9/sbin/geom/class/mirror/gmirror.8 260507 2014-01-10 12:09:38Z ae $
26.\"
26.\"
27.Dd December 8, 2009
27.Dd December 27, 2013
28.Dt GMIRROR 8
29.Os
30.Sh NAME
31.Nm gmirror
32.Nd "control utility for mirrored devices"
33.Sh SYNOPSIS
34.Nm
35.Cm label

--- 40 unchanged lines hidden (view full) ---

76.Ar name
77.Ar prov ...
78.Nm
79.Cm deactivate
80.Op Fl v
81.Ar name
82.Ar prov ...
83.Nm
28.Dt GMIRROR 8
29.Os
30.Sh NAME
31.Nm gmirror
32.Nd "control utility for mirrored devices"
33.Sh SYNOPSIS
34.Nm
35.Cm label

--- 40 unchanged lines hidden (view full) ---

76.Ar name
77.Ar prov ...
78.Nm
79.Cm deactivate
80.Op Fl v
81.Ar name
82.Ar prov ...
83.Nm
84.Cm destroy
85.Op Fl fv
86.Ar name ...
87.Nm
84.Cm forget
85.Op Fl v
86.Ar name ...
87.Nm
88.Cm stop
89.Op Fl fv
90.Ar name ...
91.Nm

--- 115 unchanged lines hidden (view full) ---

207.El
208.It Cm remove
209Remove the given component(s) from the mirror and clear metadata on it.
210.It Cm activate
211Activate the given component(s), which were marked as inactive before.
212.It Cm deactivate
213Mark the given component(s) as inactive, so it will not be automatically
214connected to the mirror.
88.Cm forget
89.Op Fl v
90.Ar name ...
91.Nm
92.Cm stop
93.Op Fl fv
94.Ar name ...
95.Nm

--- 115 unchanged lines hidden (view full) ---

211.El
212.It Cm remove
213Remove the given component(s) from the mirror and clear metadata on it.
214.It Cm activate
215Activate the given component(s), which were marked as inactive before.
216.It Cm deactivate
217Mark the given component(s) as inactive, so it will not be automatically
218connected to the mirror.
219.It Cm destroy
220Stop the given mirror and clear metadata on all its components.
221.Pp
222Additional options include:
223.Bl -tag -width ".Fl f"
224.It Fl f
225Stop the given mirror even if it is opened.
226.El
215.It Cm forget
216Forget about components which are not connected.
217This command is useful when a disk has failed and cannot be reconnected, preventing the
218.Cm remove
219command from being used to remove it.
220.It Cm stop
221Stop the given mirror.
222.Pp

--- 140 unchanged lines hidden ---
227.It Cm forget
228Forget about components which are not connected.
229This command is useful when a disk has failed and cannot be reconnected, preventing the
230.Cm remove
231command from being used to remove it.
232.It Cm stop
233Stop the given mirror.
234.Pp

--- 140 unchanged lines hidden ---