diff options
author | pjd <pjd@FreeBSD.org> | 2004-08-06 10:19:34 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-08-06 10:19:34 +0000 |
commit | 5ce00478e0205286a44aa76077c9ba43057d2f34 (patch) | |
tree | ab4c2b37f499b9bc4b3c0c371c0659f595b4b353 /sbin | |
parent | 2d5face9e311aaaad8fcc4472491b17e4373c4dc (diff) | |
download | FreeBSD-src-5ce00478e0205286a44aa76077c9ba43057d2f34.zip FreeBSD-src-5ce00478e0205286a44aa76077c9ba43057d2f34.tar.gz |
Add and document kern.geom.stripe.fast_failed sysctl, which shows how
many times "fast" mode failed.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/geom/class/stripe/gstripe.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8 index 7fe1082..fbf4bf1 100644 --- a/sbin/geom/class/stripe/gstripe.8 +++ b/sbin/geom/class/stripe/gstripe.8 @@ -183,6 +183,13 @@ This .Xr sysctl 8 variable is read-only and can only be set as a tunable in .Xr loader.conf 5 . +.It Va kern.geom.stripe.fast_failed +How many times +.Dq "fast mode" +failed because of insufficient amount of memory. +If this value is big, you should considern increasing +.Va kern.geom.stripe.maxmem +value. .El .Sh EXAMPLES The following example shows how to set up striped device from four disks |