public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NFS/RDMA documentation update
@ 2009-01-08 18:13 James Lentini
  2009-01-08 20:22 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: James Lentini @ 2009-01-08 18:13 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: Trond Myklebust, linux-kernel


Bruce,

Please consider this patch for 2.6.29:

Update the NFS/RDMA documentation to use the new port number assigned 
by IANA.

Signed-off-by: James Lentini <jlentini@netapp.com>
---

 nfs-rdma.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/Documentation/filesystems/nfs-rdma.txt	2008-12-24 18:26:37.000000000 -0500
+++ b/Documentation/filesystems/nfs-rdma.txt	2009-01-08 09:52:32.193769000 -0500
@@ -251,7 +251,7 @@
 
     Instruct the server to listen on the RDMA transport:
 
-    $ echo rdma 2050 > /proc/fs/nfsd/portlist
+    $ echo rdma 20049 > /proc/fs/nfsd/portlist
 
   - On the client system
 
@@ -263,7 +263,7 @@
     Regardless of how the client was built (module or built-in), use this
     command to mount the NFS/RDMA server:
 
-    $ mount -o rdma,port=2050 <IPoIB-server-name-or-address>:/<export> /mnt
+    $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt
 
     To verify that the mount is using RDMA, run "cat /proc/mounts" and check
     the "proto" field for the given mount.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-08 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 18:13 [PATCH] NFS/RDMA documentation update James Lentini
2009-01-08 20:22 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox