summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2014-06-04 16:29:18 +0000
committerivoras <ivoras@FreeBSD.org>2014-06-04 16:29:18 +0000
commit5fab5f26be2fabeb9035ff9cb3c649de64e64ca2 (patch)
treebe97c1e8281e4d6312e36e485fe00774f2049702 /sbin/geom
parent23d48b19e197fac8aa55942bb6f7a177611f5e9c (diff)
downloadFreeBSD-src-5fab5f26be2fabeb9035ff9cb3c649de64e64ca2.zip
FreeBSD-src-5fab5f26be2fabeb9035ff9cb3c649de64e64ca2.tar.gz
Bulk document the kern.geom.label.*.enable sysctls and tunables.
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/label/glabel.813
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8
index 282f85c..733c079 100644
--- a/sbin/geom/class/label/glabel.8
+++ b/sbin/geom/class/label/glabel.8
@@ -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
OpenPOWER on IntegriCloud