|
|
6bbd11 |
autofs-5.1.0 - clarify multiple mounts description
|
|
|
6bbd11 |
|
|
|
6bbd11 |
From: Ian Kent <ikent@redhat.com>
|
|
|
6bbd11 |
|
|
|
6bbd11 |
Try and clarify the "Multiple Mounts" and "Replicated Server" sections
|
|
|
6bbd11 |
in the autofs(5) man page.
|
|
|
6bbd11 |
---
|
|
|
6bbd11 |
CHANGELOG | 1 +
|
|
|
6bbd11 |
man/autofs.5 | 8 ++++++--
|
|
|
6bbd11 |
2 files changed, 7 insertions(+), 2 deletions(-)
|
|
|
6bbd11 |
|
|
|
6bbd11 |
--- autofs-5.0.7.orig/CHANGELOG
|
|
|
6bbd11 |
+++ autofs-5.0.7/CHANGELOG
|
|
|
6bbd11 |
@@ -154,6 +154,7 @@
|
|
|
6bbd11 |
- fix out of order clearing of options buffer.
|
|
|
6bbd11 |
- fix reset amd lexer scan buffer.
|
|
|
6bbd11 |
- ignore multiple commas in options strings.
|
|
|
6bbd11 |
+- clarify multiple mounts description.
|
|
|
6bbd11 |
|
|
|
6bbd11 |
25/07/2012 autofs-5.0.7
|
|
|
6bbd11 |
=======================
|
|
|
6bbd11 |
--- autofs-5.0.7.orig/man/autofs.5
|
|
|
6bbd11 |
+++ autofs-5.0.7/man/autofs.5
|
|
|
6bbd11 |
@@ -211,15 +211,19 @@ can be used to name multiple filesystems
|
|
|
6bbd11 |
.RS +.2i
|
|
|
6bbd11 |
.ta 1.0i
|
|
|
6bbd11 |
.nf
|
|
|
6bbd11 |
-.BI "key [" -options "] [mount-point [" -options "] location...]..."
|
|
|
6bbd11 |
+.BI "key [ -options ] [[/] location [/relative-mount-point [ -options ] location...]..."
|
|
|
6bbd11 |
.fi
|
|
|
6bbd11 |
.RE
|
|
|
6bbd11 |
.sp
|
|
|
6bbd11 |
.P
|
|
|
6bbd11 |
This may extend over multiple lines, quoting the line-breaks with \`\\\'.
|
|
|
6bbd11 |
If present, the per-mountpoint mount-options are appended to the
|
|
|
6bbd11 |
-default mount-options.
|
|
|
6bbd11 |
+default mount-options. This behaviour may be overridden by the append_options
|
|
|
6bbd11 |
+configuration setting.
|
|
|
6bbd11 |
.SS Replicated Server
|
|
|
6bbd11 |
+A mount location can specify multiple hosts for a location, portentially
|
|
|
6bbd11 |
+with a different export path for the same file system. Historically these
|
|
|
6bbd11 |
+different locations are read-only and provide the same replicated file system.
|
|
|
6bbd11 |
.sp
|
|
|
6bbd11 |
.RS +.2i
|
|
|
6bbd11 |
.ta 1.5i
|