Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2017 13:12:01 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326471 - head/share/man/man5
Message-ID:  <201712021312.vB2DC147063449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sat Dec  2 13:12:00 2017
New Revision: 326471
URL: https://svnweb.freebsd.org/changeset/base/326471

Log:
  Document autofs(6) sysctl variables.
  
  PR:		219414
  MFC after:	2 weeks

Modified:
  head/share/man/man5/autofs.5

Modified: head/share/man/man5/autofs.5
==============================================================================
--- head/share/man/man5/autofs.5	Sat Dec  2 12:47:34 2017	(r326470)
+++ head/share/man/man5/autofs.5	Sat Dec  2 13:12:00 2017	(r326471)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 3, 2014
+.Dd December 2, 2017
 .Dt AUTOFS 5
 .Os
 .Sh NAME
@@ -67,6 +67,45 @@ file systems:
 Mount options for all filesystems specified in the map entry.
 .It Cm master_prefix
 Filesystem mountpoint prefix.
+.El
+.Sh SYSCTL VARIABLES
+The following variables are available as both
+.Xr sysctl 8
+variables and
+.Xr loader 8
+tunables:
+.Bl -tag -width indent
+.It Va vfs.autofs.debug
+Verbosity level for log messages from the
+.Nm
+driver.
+Set to 0 to disable logging or 1 to warn about potential problems.
+Larger values enable debugging output.
+Defaults to 1.
+.It Va vfs.autofs.interruptible
+Set to 1 to allow mount requests to be interrupted by signal.
+Defaults to 1.
+.It Va vfs.autofs.retry_delay
+Number of seconds before retrying mount requests.
+Defaults to 1.
+.It Va vfs.autofs.retry_attempts
+Number of attempts before failing mount.
+Defaults to 3.
+.It Va vfs.autofs.cache
+Number of seconds to wait before reinvoking
+.Xr automountd 8
+for any given file or directory.
+Defaults to 600.
+.It Va vfs.autofs.timeout
+Number of seconds to wait for
+.Xr automountd 8
+to handle the mount request.
+Defaults to 30.
+.It Va vfs.autofs.mount_on_stat
+Set to 1 to trigger mount on
+.Xr stat 2
+on mountpoint.
+Defaults to 0.
 .El
 .Sh EXAMPLES
 To unmount all mounted



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