Deleted Added
full compact
gstripe.8 (132665) gstripe.8 (133205)
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/stripe/gstripe.8 132665 2004-07-26 17:14:47Z pjd $
25.\" $FreeBSD: head/sbin/geom/class/stripe/gstripe.8 133205 2004-08-06 10:19:34Z pjd $
26.\"
27.Dd May 21, 2004
28.Dt GSTRIPE 8
29.Os
30.Sh NAME
31.Nm gstripe
32.Nd "control utility for striped devices"
33.Sh SYNOPSIS

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

178.It Va kern.geom.stripe.maxmem : No 1310720
179Maximum amount of memory that can be consumed by
180.Dq "fast mode"
181(in bytes).
182This
183.Xr sysctl 8
184variable is read-only and can only be set as a tunable in
185.Xr loader.conf 5 .
26.\"
27.Dd May 21, 2004
28.Dt GSTRIPE 8
29.Os
30.Sh NAME
31.Nm gstripe
32.Nd "control utility for striped devices"
33.Sh SYNOPSIS

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

178.It Va kern.geom.stripe.maxmem : No 1310720
179Maximum amount of memory that can be consumed by
180.Dq "fast mode"
181(in bytes).
182This
183.Xr sysctl 8
184variable is read-only and can only be set as a tunable in
185.Xr loader.conf 5 .
186.It Va kern.geom.stripe.fast_failed
187How many times
188.Dq "fast mode"
189failed because of insufficient amount of memory.
190If this value is big, you should considern increasing
191.Va kern.geom.stripe.maxmem
192value.
186.El
187.Sh EXAMPLES
188The following example shows how to set up striped device from four disks
189for automatic configuration, create a file system on it, and mount it:
190.Bd -literal -offset indent
191gstripe label -v -s 4096 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
192newfs /dev/stripe/data
193mount /dev/stripe/data /mnt

--- 23 unchanged lines hidden ---
193.El
194.Sh EXAMPLES
195The following example shows how to set up striped device from four disks
196for automatic configuration, create a file system on it, and mount it:
197.Bd -literal -offset indent
198gstripe label -v -s 4096 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
199newfs /dev/stripe/data
200mount /dev/stripe/data /mnt

--- 23 unchanged lines hidden ---