git: a5bebe4359ef - main - geom.4: Document kern.geom.notaste sysctl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 16:05:26 UTC
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/src/commit/?id=a5bebe4359ef3f80f592dcc989b4088f18abb939 commit a5bebe4359ef3f80f592dcc989b4088f18abb939 Author: Felix Johnson <felix.the.red@gmail.com> AuthorDate: 2023-10-06 15:58:32 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2023-10-06 16:02:49 +0000 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 c7f5f7e5250a..c0f3bb23499d 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.