summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-12-09 12:26:47 +0000
committerpjd <pjd@FreeBSD.org>2004-12-09 12:26:47 +0000
commit3342c80c8fb09cce70131f496174f58caa2279e8 (patch)
tree48932893768f79c588c39a6981a2279549b4055e /sbin
parent488882b3e93b211a6c11807cae679fe0ba14ca7c (diff)
downloadFreeBSD-src-3342c80c8fb09cce70131f496174f58caa2279e8.zip
FreeBSD-src-3342c80c8fb09cce70131f496174f58caa2279e8.tar.gz
- Turn off 'fast' mode by default and increase maximum memory to consume
when this mode is used. - Manual page update.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/stripe/gstripe.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8
index df1b84e..bb9eed4 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -169,7 +169,7 @@ GEOM class.
This can be set to a number between 0 and 3 inclusive.
If set to 0 minimal debug information is printed, and if set to 3 the
maximum amount of debug information in printed.
-.It Va kern.geom.stripe.fast : No 1
+.It Va kern.geom.stripe.fast : No 0
If set to a non-zero value enable
.Dq "fast mode"
instead of the normal
@@ -182,7 +182,7 @@ If enough memory cannot be allocated,
.Nm STRIPE
will fall back to
.Dq "economic mode" .
-.It Va kern.geom.stripe.maxmem : No 1310720
+.It Va kern.geom.stripe.maxmem : No 13107200
Maximum amount of memory that can be consumed by
.Dq "fast mode"
(in bytes).
@@ -204,7 +204,7 @@ The following example shows how to set up a striped device from four disks with
create a file system on it,
and mount it:
.Bd -literal -offset indent
-gstripe label -v -s 4096 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
+gstripe label -v -s 131072 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
newfs /dev/stripe/data
mount /dev/stripe/data /mnt
[...]
OpenPOWER on IntegriCloud