Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2011 11:17:43 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222495 - head/sbin/geom/class/part
Message-ID:  <201105301117.p4UBHhYh074646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Mon May 30 11:17:42 2011
New Revision: 222495
URL: http://svn.freebsd.org/changeset/base/222495

Log:
  Document kern.geom.part.check_integrity sysctl variable.

Modified:
  head/sbin/geom/class/part/gpart.8

Modified: head/sbin/geom/class/part/gpart.8
==============================================================================
--- head/sbin/geom/class/part/gpart.8	Mon May 30 11:09:38 2011	(r222494)
+++ head/sbin/geom/class/part/gpart.8	Mon May 30 11:17:42 2011	(r222495)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 27, 2011
+.Dd May 30, 2011
 .Dt GPART 8
 .Os
 .Sh NAME
@@ -802,6 +802,22 @@ providers and some of them will be marke
 Be careful when choosing a provider for recovering.
 If you choose incorrectly you can destroy the metadata of another GEOM class,
 e.g. GEOM MIRROR or GEOM LABEL.
+.Sh SYSCTL VARIABLES
+The following
+.Xr sysctl 8
+variables can be used to control the behavior of the
+.Nm PART
+GEOM class.
+The default value is shown next to each variable.
+.Bl -tag -width indent
+.It Va kern.geom.part.check_integrity : No 1
+This variable controls the behaviour of metadata integrity checks.
+When integrity checks are enabled
+.Nm PART
+GEOM class verifies all generic partition parameters that it gets from the
+disk metadata. If some inconsistency is detected, partition table will be
+rejected with a diagnostic message:
+.Pa GEOM_PART: Integrity check failed (provider, scheme) .
 .Sh EXIT STATUS
 Exit status is 0 on success, and 1 if the command fails.
 .Sh EXAMPLES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105301117.p4UBHhYh074646>