From: Jon Mason Date: Tue, 3 Nov 2009 21:24:58 +0000 (-0600) Subject: ofed docs: update NFS docs X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=016c5c0d2be0994fc832ec62e23898f6ee535722;p=compat-rdma%2Fdocs.git ofed docs: update NFS docs Add a comment describing the "-i" flag, when it is needed and why. Signed-Off-By: Jon Mason --- diff --git a/nfs-rdma.release-notes.txt b/nfs-rdma.release-notes.txt index 5e6a2f2..d9e99f1 100644 --- a/nfs-rdma.release-notes.txt +++ b/nfs-rdma.release-notes.txt @@ -193,6 +193,11 @@ NFS/RDMA Setup $ mount.rnfs :/ /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.