summaryrefslogtreecommitdiffstats
path: root/utils/mount/nfs.man
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2009-03-04 16:29:29 -0500
committerSteve Dickson <steved@redhat.com>2009-03-04 16:29:29 -0500
commit0417c70889eb6ee8e009ceeeca398ea8e563bbcc (patch)
treefa5b7b748ba2bcbfd67e8c3f751973d92f13f869 /utils/mount/nfs.man
parent260eb781154f288055f42602aaa25b3f608404ea (diff)
downloadnfs-utils-0417c70889eb6ee8e009ceeeca398ea8e563bbcc.tar.gz
nfs-utils-0417c70889eb6ee8e009ceeeca398ea8e563bbcc.tar.xz
nfs-utils-0417c70889eb6ee8e009ceeeca398ea8e563bbcc.zip
nfs(5): document new [no]resvport option
Kernel 2.6.25 deprecates intr/nointr. Reflect this change in nfs(5). Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/mount/nfs.man')
-rw-r--r--utils/mount/nfs.man14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index ad2a14d..13de524 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -612,6 +612,13 @@ Using the
option is preferred to using the
.B soft
option because it is significantly less likely to result in data corruption.
+.IP
+The
+.BR intr " / " nointr
+mount option is deprecated after kernel 2.6.25.
+Only SIGKILL can interrupt a pending NFS operation on these kernels,
+and if specified, this mount option is ignored to provide backwards
+compatibility with older kernels.
.TP 1.5i
.BR cto " / " nocto
Selects whether to use close-to-open cache coherence semantics.
@@ -706,6 +713,13 @@ Using the
option is preferred to using the
.B soft
option because it is significantly less likely to result in data corruption.
+.IP
+The
+.BR intr " / " nointr
+mount option is deprecated after kernel 2.6.25.
+Only SIGKILL can interrupt a pending NFS operation on these kernels,
+and if specified, this mount option is ignored to provide backwards
+compatibility with older kernels.
.TP 1.5i
.BR cto " / " nocto
Selects whether to use close-to-open cache coherence semantics