aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJames Lentini <jlentini@netapp.com>2009-01-08 13:13:26 -0500
committerJ. Bruce Fields <bfields@pig.fieldses.org>2009-01-27 17:20:14 -0500
commit096abd77038a2ff74efd194d074eadcde80fb97d (patch)
tree5a97ec3a99aeff6286b9dc3fce390fab7eb306d7 /Documentation
parentFix "multiple definition of `debugfs_create_size_t'" (diff)
downloadlinux-dev-096abd77038a2ff74efd194d074eadcde80fb97d.tar.xz
linux-dev-096abd77038a2ff74efd194d074eadcde80fb97d.zip
update port number in NFS/RDMA documentation
Update the NFS/RDMA documentation to use the new port number assigned by IANA. Signed-off-by: James Lentini <jlentini@netapp.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/nfs-rdma.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/nfs-rdma.txt b/Documentation/filesystems/nfs-rdma.txt
index 44bd766f2e5d..85eaeaddd27c 100644
--- a/Documentation/filesystems/nfs-rdma.txt
+++ b/Documentation/filesystems/nfs-rdma.txt
@@ -251,7 +251,7 @@ NFS/RDMA Setup
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 @@ NFS/RDMA Setup
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.