~adam-stokes/ubuntu/quantal/nfs-utils/hang-on-kernel-expire-794112

« back to all changes in this revision

Viewing changes to utils/mount/nfs.man

  • Committer: Steve Langasek
  • Date: 2011-10-29 21:56:45 UTC
  • mfrom: (14.1.15 sid)
  • Revision ID: steve.langasek@canonical.com-20111029215645-ohwji14mw3tamz84
Merge Debian version 1:1.2.5-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
option.
113
113
.TP 1.5i
114
114
.BI timeo= n
115
 
The time (in tenths of a second) the NFS client waits for a
116
 
response before it retries an NFS request. If this
117
 
option is not specified, requests are retried every
118
 
60 seconds for NFS over TCP.
119
 
The NFS client does not perform any kind of timeout backoff
120
 
for NFS over TCP.
 
115
The time in deciseconds (tenths of a second) the NFS client waits for a
 
116
response before it retries an NFS request.
 
117
.IP
 
118
For NFS over TCP the default
 
119
.B timeo
 
120
value is 600 (60 seconds).
 
121
The NFS client performs linear backoff: After each retransmission the 
 
122
timeout is increased by
 
123
.BR timeo 
 
124
up to the maximum of 600 seconds.
121
125
.IP
122
126
However, for NFS over UDP, the client uses an adaptive
123
127
algorithm to estimate an appropriate timeout value for frequently used
751
755
is specified, the client assumes that POSIX locks are local and uses NLM
752
756
sideband protocol to lock files when flock locks are used.
753
757
.IP
754
 
To support legacy flock behavior similar to that of NFS clients < 2.6.12, use
755
 
'local_lock=flock'. This option is required when exporting NFS mounts via
 
758
To support legacy flock behavior similar to that of NFS clients < 2.6.12, 
 
759
use 'local_lock=flock'. This option is required when exporting NFS mounts via
756
760
Samba as Samba maps Windows share mode locks as flock. Since NFS clients >
757
761
2.6.12 implement flock by emulating POSIX locks, this will result in
758
762
conflicting locks.