Those sysctl are used to control GEOM class, not a userland utility.

Reviewed by:	simon
This commit is contained in:
Pawel Jakub Dawidek 2004-07-13 12:30:11 +00:00
parent f3b3b0ce27
commit 3d3ddf3470
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132099

View File

@ -144,13 +144,15 @@ Be more verbose.
.Sh SYSCTL VARIABLES .Sh SYSCTL VARIABLES
The following The following
.Xr sysctl 8 .Xr sysctl 8
variables can be used to control the behavior of variables can be used to control the behavior of the
.Nm . .Nm STRIPE
GEOM class.
The default value is shown next to each variable. The default value is shown next to each variable.
.Bl -tag -width indent .Bl -tag -width indent
.It Va kern.geom.stripe.debug : No 0 .It Va kern.geom.stripe.debug : No 0
Debug level of the Debug level of the
.Nm . .Nm STRIPE
GEOM class.
This can be set to a number between 0 and 3, both included. 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 If set to 0 minimal debug information is printed, and if set to 3 the
maximum amount of debug information in printed. maximum amount of debug information in printed.
@ -164,7 +166,7 @@ Compared to
.Dq "fast mode" .Dq "fast mode"
uses more memory, but it is much faster for smaller stripe sizes. uses more memory, but it is much faster for smaller stripe sizes.
If enough memory cannot be allocated If enough memory cannot be allocated
.Nm .Nm STRIPE
will fall back to will fall back to
.Dq "economic mode" . .Dq "economic mode" .
.It Va kern.geom.stripe.maxmem : No 1310720 .It Va kern.geom.stripe.maxmem : No 1310720