@@ -614,6 +614,28 @@ option is not specified,
the default behavior depends on the kernel,
but is usually equivalent to
.BR "xprtsec=none" .
+.TP 1.5i
+.BI write= behavior
+Controls how the NFS client handles the
+.BR write (2)
+system call.
+.I behavior
+can be one of
+.BR lazy ,
+.BR eager ,
+or
+.BR wait .
+If
+.B lazy
+(the default) is specified, then the NFS client delays sending application
+writes to the NFS server as described in the DATA AND METADATA COHERENCE
+section. If
+.B eager
+is specified, then the NFS client sends off the write immediately as an
+unstable WRITE to the NFS server. If
+.B wait
+is specified, then the NFS client sends off the write immediately as an
+unstable WRITE to the NFS server and then waits for the reply.
.SS "Options for NFS versions 2 and 3 only"
Use these options, along with the options in the above subsection,
for NFS versions 2 and 3 only.
Signed-off-by: Scott Mayhew <smayhew@redhat.com> --- utils/mount/nfs.man | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)