Bulk document the kern.geom.label.*.enable sysctls and tunables.

This commit is contained in:
Ivan Voras 2014-06-04 16:29:18 +00:00
parent 49fe48ab0c
commit e50e80ccb7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267063

View File

@ -223,6 +223,19 @@ This can be set to a number between 0 and 2 inclusive.
If set to 0 minimal debug information is printed, and if set to 2 the
maximum amount of debug information is printed.
.El
.Bl -tag -width indent
.It Va kern.geom.label.*.enable : No 1
Most
.Nm LABEL
providers implement a
.Xr sysctl 8
flag and a tunable variable named in the above format. This flag
controls if the label provider will be active, tasting devices
and creating label nodes in the
.Xr devfs 5
tree. It is sometimes desirable to disable certain label types if
they conflict with other classes in complex GEOM topologies.
.Bl
.Sh EXIT STATUS
Exit status is 0 on success, and 1 if the command fails.
.Sh EXAMPLES