]> git.openfabrics.org - compat-rdma/docs.git/commitdiff
ofed docs: update NFS docs
authorJon Mason <jon@opengridcomputing.com>
Tue, 3 Nov 2009 21:24:58 +0000 (15:24 -0600)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Wed, 4 Nov 2009 07:14:32 +0000 (09:14 +0200)
Add a comment describing the "-i" flag, when it is needed and why.

Signed-Off-By: Jon Mason <jon@opengridcomputing.com>
nfs-rdma.release-notes.txt

index 5e6a2f23c616b42a343511200cd5581cd288215e..d9e99f110b15389dfd965038173ac57e763eac6e 100644 (file)
@@ -193,6 +193,11 @@ NFS/RDMA Setup
 
     $ mount.rnfs <IPoIB-server-name-or-address>:/<export> /mnt -o proto=rdma,port=20049 
 
+    NOTE: For kernels < 2.6.23, the "-i" flag must be passed into mount.rnfs.
+    This option allows the mount command to ignore the kernel version check.  If
+    not disabled, the check will prevent passing arguments to the kernel and not
+    allow the updated version of NFS to accept the "rdma" NFS option.
+
     To verify that the mount is using RDMA, run "cat /proc/mounts" and check
     the "proto" field for the given mount.