]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
mount.nfs: Update description of clientaddr= in nfs(5)
authorChuck Lever <chuck.lever@oracle.com>
Tue, 4 Sep 2007 20:13:55 +0000 (16:13 -0400)
committerNeil Brown <neilb@suse.de>
Wed, 5 Sep 2007 03:56:26 +0000 (04:56 +0100)
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>
utils/mount/nfs.man

index e66daba57886bd7ff31a9abe3ee7aa57f0cd8d77..d92da1905a74a64cdc882e93ac90176abcacce52 100644 (file)
@@ -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).