Deleted Added
full compact
gconcat.8 (132665) gconcat.8 (133373)
1.\" Copyright (c) 2004 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 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: head/sbin/geom/class/concat/gconcat.8 132665 2004-07-26 17:14:47Z pjd $
25.\" $FreeBSD: head/sbin/geom/class/concat/gconcat.8 133373 2004-08-09 11:29:42Z pjd $
26.\"
27.Dd May 21, 2004
28.Dt GCONCAT 8
29.Os
30.Sh NAME
31.Nm gconcat
32.Nd "disk concatenation control utility"
33.Sh SYNOPSIS
34.Nm
35.Cm create
36.Op Fl v
37.Ar name
26.\"
27.Dd May 21, 2004
28.Dt GCONCAT 8
29.Os
30.Sh NAME
31.Nm gconcat
32.Nd "disk concatenation control utility"
33.Sh SYNOPSIS
34.Nm
35.Cm create
36.Op Fl v
37.Ar name
38.Ar dev1
39.Ar dev2
40.Op Ar dev3 Op Ar ...
38.Ar prov
39.Ar prov
40.Op Ar prov Op Ar ...
41.Nm
42.Cm destroy
43.Op Fl fv
44.Ar name
41.Nm
42.Cm destroy
43.Op Fl fv
44.Ar name
45.Op Ar name2 Op Ar ...
45.Op Ar name Op Ar ...
46.Nm
47.Cm label
46.Nm
47.Cm label
48.Op Fl v
48.Op Fl hv
49.Ar name
49.Ar name
50.Ar dev1
51.Ar dev2
52.Op Ar dev3 Op Ar ...
50.Ar prov
51.Ar prov
52.Op Ar prov Op Ar ...
53.Nm
54.Cm stop
55.Op Fl fv
56.Ar name
53.Nm
54.Cm stop
55.Op Fl fv
56.Ar name
57.Op Ar name2 Op Ar ...
57.Op Ar name Op Ar ...
58.Nm
59.Cm clear
60.Op Fl v
58.Nm
59.Cm clear
60.Op Fl v
61.Ar dev1
62.Op Ar dev2 Op Ar ...
61.Ar prov
62.Op Ar prov Op Ar ...
63.Nm
64.Cm dump
63.Nm
64.Cm dump
65.Ar dev1
66.Op Ar dev2 Op Ar ...
65.Ar prov
66.Op Ar prov Op Ar ...
67.Nm
68.Cm list
69.Op Ar name Op Ar ...
70.Nm
71.Cm load
72.Op Fl v
73.Nm
74.Cm unload

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

135.Pa geom_concat.ko
136kernel module.
137.El
138.Pp
139Additional options:
140.Bl -tag -width indent
141.It Fl f
142Force the removal of the specified concatenated device.
67.Nm
68.Cm list
69.Op Ar name Op Ar ...
70.Nm
71.Cm load
72.Op Fl v
73.Nm
74.Cm unload

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

135.Pa geom_concat.ko
136kernel module.
137.El
138.Pp
139Additional options:
140.Bl -tag -width indent
141.It Fl f
142Force the removal of the specified concatenated device.
143.It Fl h
144Hardcode providers' names in metadata.
143.It Fl v
144Be more verbose.
145.El
146.Sh SYSCTL VARIABLES
147The following
148.Xr sysctl 8
149variables can be used to control the behavior of the
150.Nm CONCAT

--- 41 unchanged lines hidden ---
145.It Fl v
146Be more verbose.
147.El
148.Sh SYSCTL VARIABLES
149The following
150.Xr sysctl 8
151variables can be used to control the behavior of the
152.Nm CONCAT

--- 41 unchanged lines hidden ---