diff options
Diffstat (limited to 'sbin/geom/class/stripe')
-rw-r--r-- | sbin/geom/class/stripe/gstripe.8 | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8 index bb9eed4..1564b90 100644 --- a/sbin/geom/class/stripe/gstripe.8 +++ b/sbin/geom/class/stripe/gstripe.8 @@ -103,7 +103,7 @@ Set up a striped device from the given devices with specified This is the .Dq manual method and the stripe will not exist after a reboot (see -.Cm DESCRIPTION +.Sx DESCRIPTION above). The kernel module .Pa geom_stripe.ko @@ -168,14 +168,14 @@ Debug level of the 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. +maximum amount of debug information is printed. .It Va kern.geom.stripe.fast : No 0 If set to a non-zero value enable .Dq "fast mode" instead of the normal .Dq "economic mode" . Compared to -.Dq "economic mode" +.Dq "economic mode" , .Dq "fast mode" uses more memory, but it is much faster for smaller stripe sizes. If enough memory cannot be allocated, @@ -215,18 +215,23 @@ gstripe unload .Sh DIAGNOSTICS Exit status is 0 on success, and 1 if the command fails. .Sh COMPATIBILITY +The .Nm interleave is in number of bytes, unlike .Xr ccdconfig 8 and .Xr atacontrol 8 -which uses number of sectors. -A a +which use the number of sectors. +A .Xr ccdconfig 8 .Ar ileave -of `128' is 64 KB (128 512B sectors). -The same stripe interleave would be specified as '65536' for +of +.Ql 128 +is 64 KB (128 512B sectors). +The same stripe interleave would be specified as +.Ql 65536 +for .Nm . .Sh SEE ALSO .Xr geom 4 , |