summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-07-13 12:30:11 +0000
committerpjd <pjd@FreeBSD.org>2004-07-13 12:30:11 +0000
commit7e02e14d6da2eaacdf4faa6b18d06bb453c1233f (patch)
tree43277e462d19b941451e21ec8392326a5fb90f32 /sbin/geom
parent9b7cadd593411e267b6363e94af61747e8f2f0d6 (diff)
downloadFreeBSD-src-7e02e14d6da2eaacdf4faa6b18d06bb453c1233f.zip
FreeBSD-src-7e02e14d6da2eaacdf4faa6b18d06bb453c1233f.tar.gz
Those sysctl are used to control GEOM class, not a userland utility.
Reviewed by: simon
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/stripe/gstripe.810
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8
index a190ff5..327cd9a 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -144,13 +144,15 @@ Be more verbose.
.Sh SYSCTL VARIABLES
The following
.Xr sysctl 8
-variables can be used to control the behavior of
-.Nm .
+variables can be used to control the behavior of the
+.Nm STRIPE
+GEOM class.
The default value is shown next to each variable.
.Bl -tag -width indent
.It Va kern.geom.stripe.debug : No 0
Debug level of the
-.Nm .
+.Nm STRIPE
+GEOM class.
This can be set to a number between 0 and 3, both included.
If set to 0 minimal debug information is printed, and if set to 3 the
maximum amount of debug information in printed.
@@ -164,7 +166,7 @@ Compared to
.Dq "fast mode"
uses more memory, but it is much faster for smaller stripe sizes.
If enough memory cannot be allocated
-.Nm
+.Nm STRIPE
will fall back to
.Dq "economic mode" .
.It Va kern.geom.stripe.maxmem : No 1310720
OpenPOWER on IntegriCloud