summaryrefslogtreecommitdiff
path: root/sbin/geom/class/label
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-07-13 12:32:20 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-07-13 12:32:20 +0000
commit608e135b580f3a05d3a5ba29f432ab6f2b6adfc4 (patch)
treecf6030f74f8660c340b0c47a2d819a471598c949 /sbin/geom/class/label
parent3d3ddf347040ef6bd9028cfc4c5cfbd47198dd3f (diff)
Notes
Diffstat (limited to 'sbin/geom/class/label')
-rw-r--r--sbin/geom/class/label/glabel.818
1 files changed, 18 insertions, 0 deletions
diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8
index aeef74b9c5bf7..cbf7615e2d4f3 100644
--- a/sbin/geom/class/label/glabel.8
+++ b/sbin/geom/class/label/glabel.8
@@ -160,6 +160,22 @@ Force the removal of the specified labels.
.It Fl v
Be more verbose.
.El
+.Sh SYSCTL VARIABLES
+The following
+.Xr sysctl 8
+variables can be used to control the behavior of the
+.Nm LABEL
+GEOM class.
+The default value is shown next to each variable.
+.Bl -tag -width indent
+.It Va kern.geom.label.debug : No 0
+Debug level of the
+.Nm LABEL
+GEOM class.
+This can be set to a number between 0 and 2, both included.
+If set to 0 minimal debug information is printed, and if set to 2 the
+maximum amount of debug information in printed.
+.El
.Sh EXAMPLES
The following example shows how to set up a label for disk
.Dq Li da2 ,
@@ -183,9 +199,11 @@ mount /dev/ufs/data /mnt/data
Exit status is 0 on success, and 1 if the command fails.
.Sh SEE ALSO
.Xr geom 4 ,
+.Xr loader.conf 5 ,
.Xr geom 8 ,
.Xr mount 8 ,
.Xr newfs 8 ,
+.Xr sysctl 8 ,
.Xr tunefs 8 ,
.Xr umount 8
.Sh HISTORY