From a5bebe4359ef3f80f592dcc989b4088f18abb939 Mon Sep 17 00:00:00 2001 From: Felix Johnson Date: Fri, 6 Oct 2023 15:58:32 +0000 Subject: [PATCH] geom.4: Document kern.geom.notaste sysctl Reported by: jdc_koitsu.org PR: 254897 Approved by: des Event: Oslo Hackathon Differential Revision: https://reviews.freebsd.org/D42109 --- share/man/man4/geom.4 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/man/man4/geom.4 b/share/man/man4/geom.4 index c7f5f7e5250..c0f3bb23499 100644 --- a/share/man/man4/geom.4 +++ b/share/man/man4/geom.4 @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd July 26, 2023 +.Dd October 6, 2023 .Dt GEOM 4 .Os .Sh NAME @@ -226,6 +226,12 @@ Examine the rank number of the provider's geom. .It Examine the method name of the provider's geom. .El +.Pp +Tasting is controlled by the +.Va kern.geom.notaste +sysctl. +To disable tasting, set the sysctl to 1, to +re-enable tasting, set the sysctl to 0. .It Em ORPHANIZATION is the process by which a provider is removed while it potentially is still being used.