From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shirley Ma Subject: [PATCH] Documentation nfs-rdma.txt: Update nfs-rdma kernel module name and add IPv6 addressing option rdma6 Date: Mon, 04 Apr 2016 15:08:02 -0700 Message-ID: <5702E5C2.8090007@oracle.com> References: <56E9A650.7060409@oracle.com> <56F19F28.9020504@Netapp.com> <5702AF3F.90500@oracle.com> <20160404195020.GH5264@leon.nu> <5702CD3B.4030207@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5702CD3B.4030207-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bruce Fields Cc: leon-2ukJVAZIZ/Y@public.gmane.org, Chuck Lever , Linux NFS Mailing List , linux-rdma List-Id: linux-rdma@vger.kernel.org Update NFS/RDMA transport module name from client xprtrdma, server svcrdma to rpcrdma which supports both server and client. Add mount proto option rdma6 to use IPv6 addressing for NFS/RDMA. Signed-off-by: Shirley Ma --- Documentation/filesystems/nfs/nfs-rdma.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/filesystems/nfs/nfs-rdma.txt b/Documentation/filesystems/nfs/nfs-rdma.txt index 1e65645..6101b57 100644 --- a/Documentation/filesystems/nfs/nfs-rdma.txt +++ b/Documentation/filesystems/nfs/nfs-rdma.txt @@ -238,12 +238,13 @@ NFS/RDMA Setup - Start the NFS server - If the NFS/RDMA server was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in - kernel config), load the RDMA transport module: + If the NFS/RDMA was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in + kernel config), load the RDMA transport module which supports both client + and server: - $ modprobe svcrdma + $ modprobe rpcrdma - Regardless of how the server was built (module or built-in), start the + Regardless of how the rpcrdma was built (module or built-in), start the server: $ /etc/init.d/nfs start @@ -258,15 +259,14 @@ NFS/RDMA Setup - On the client system - If the NFS/RDMA client was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in - kernel config), load the RDMA client module: + Regardless of how rpcrdma was built (module or built-in), use this command + to mount the NFS/RDMA server through IPv4 addressing: - $ modprobe xprtrdma.ko + $ mount -o rdma,port=20049 :/ /mnt - Regardless of how the client was built (module or built-in), use this - command to mount the NFS/RDMA server: + or through IPv6 addressing - $ mount -o rdma,port=20049 :/ /mnt + $ mount -o rdma6,port=20049 []:/ /mnt To verify that the mount is using RDMA, run "cat /proc/mounts" and check the "proto" field for the given mount. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html