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