diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-07-13 12:30:11 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-07-13 12:30:11 +0000 |
| commit | 3d3ddf347040ef6bd9028cfc4c5cfbd47198dd3f (patch) | |
| tree | 43277e462d19b941451e21ec8392326a5fb90f32 | |
| parent | f3b3b0ce271c4166428f64caea76caaaf57af53e (diff) | |
Notes
| -rw-r--r-- | sbin/geom/class/stripe/gstripe.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8 index a190ff547baf..327cd9a1e893 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 |
