summaryrefslogtreecommitdiffstats
path: root/utils/mount/nfs.man
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2007-09-04 16:13:55 -0400
committerNeil Brown <neilb@suse.de>2007-09-05 04:56:26 +0100
commit19517eaaa68af5f299157d07186defa383a18e88 (patch)
treecbdca3c1810ae4a6a87ed4e4c0c62347f73fc216 /utils/mount/nfs.man
parent84b4008aaa7f85e1f9de265ee5c80a4a48fb31dc (diff)
downloadnfs-utils-19517eaaa68af5f299157d07186defa383a18e88.tar.gz
nfs-utils-19517eaaa68af5f299157d07186defa383a18e88.tar.xz
nfs-utils-19517eaaa68af5f299157d07186defa383a18e88.zip
mount.nfs: Update description of clientaddr= in nfs(5)
The description of clientaddr= in nfs(5) is out of date and omits some other typical reasons for using it. Expand its description. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'utils/mount/nfs.man')
-rw-r--r--utils/mount/nfs.man22
1 files changed, 17 insertions, 5 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index e66daba..d92da19 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -411,11 +411,23 @@ Valid protocol types are
and
.IR tcp .
.TP 1.5i
-.I clientaddr=n
-On a multi-homed client, this
-causes the client to use a specific callback address when
-communicating with an NFS version 4 server.
-This option is currently ignored.
+.I clientaddr=n.n.n.n
+Specifies a single IPv4 address in dotted-quad form that
+the NFS client advertises to allow servers to perform
+NFSv4 callback requests against files on this mount point.
+If the server is not able to establish callback connections
+to clients, performance may degrade, or accesses to
+files may temporarily hang.
+.IP
+If this option is not specified, the
+.BR mount (8)
+command attempts to discover an appropriate callback
+address automatically.
+The automatic discovery process is not perfect, however.
+In the presence of multiple client network interfaces, special
+routing policies, or atypical network topologies, the exact
+address to use for callbacks may be nontrivial to determine,
+and should be explicitly set using this mount option.
.TP 1.5i
.I sec=mode
Same as \f3sec=mode\f1 for the nfs filesystem type (see above).