|
|
ab3a3d |
autofs-5.0.7 - document browse option in man page
|
|
|
ab3a3d |
|
|
|
ab3a3d |
From: Ian Kent <raven@themaw.net>
|
|
|
ab3a3d |
|
|
|
ab3a3d |
The "browse" option has remained undocumented for a long time.
|
|
|
ab3a3d |
Finally add a section for it to auto.master(5) making special
|
|
|
ab3a3d |
note of the potential performance implications.
|
|
|
ab3a3d |
---
|
|
|
ab3a3d |
CHANGELOG | 1 +
|
|
|
ab3a3d |
man/auto.master.5.in | 11 +++++++++++
|
|
|
ab3a3d |
2 files changed, 12 insertions(+)
|
|
|
ab3a3d |
|
|
|
ab3a3d |
diff --git a/CHANGELOG b/CHANGELOG
|
|
|
ab3a3d |
index ecdea0b..d8e4049 100644
|
|
|
ab3a3d |
--- a/CHANGELOG
|
|
|
ab3a3d |
+++ b/CHANGELOG
|
|
|
ab3a3d |
@@ -36,6 +36,7 @@
|
|
|
ab3a3d |
- fix requires in spec file.
|
|
|
ab3a3d |
- fix libtirpc build option to require libtirpc-devel if needed.
|
|
|
ab3a3d |
- fix systemd unidir in spec file.
|
|
|
ab3a3d |
+- document browse option in man page.
|
|
|
ab3a3d |
|
|
|
ab3a3d |
25/07/2012 autofs-5.0.7
|
|
|
ab3a3d |
=======================
|
|
|
ab3a3d |
diff --git a/man/auto.master.5.in b/man/auto.master.5.in
|
|
|
ab3a3d |
index bbea43a..c552e56 100644
|
|
|
ab3a3d |
--- a/man/auto.master.5.in
|
|
|
ab3a3d |
+++ b/man/auto.master.5.in
|
|
|
ab3a3d |
@@ -147,6 +147,17 @@ multiple file systems should be mounted (`multimounts'). If this option
|
|
|
ab3a3d |
is given, no file system is mounted at all if at least one file system
|
|
|
ab3a3d |
can't be mounted.
|
|
|
ab3a3d |
.TP
|
|
|
ab3a3d |
+.I "[no]browse"
|
|
|
ab3a3d |
+This is an autofs specific option that is a pseudo mount option and
|
|
|
ab3a3d |
+so is given without a leading dash. Use of the browse option pre-creates
|
|
|
ab3a3d |
+mount point directories for indirect mount maps so the map keys can be
|
|
|
ab3a3d |
+seen in a directory listing without being mounted. Use of this option
|
|
|
ab3a3d |
+can cause performance problem if the indirect map is large so it should
|
|
|
ab3a3d |
+be used with caution. The internal program default is to enable browse
|
|
|
ab3a3d |
+mode for indirect mounts but the default installed configuration overrides
|
|
|
ab3a3d |
+this by setting BROWSE_MODE to "no" because of the potential performance
|
|
|
ab3a3d |
+problem.
|
|
|
ab3a3d |
+.TP
|
|
|
ab3a3d |
.I "nobind"
|
|
|
ab3a3d |
This is an autofs specific option that is a pseudo mount option and
|
|
|
ab3a3d |
so is given without a leading dash. It may be used either in the master
|