Commit c272cca6 authored by James Lentini's avatar James Lentini Committed by J. Bruce Fields

Update to NFS/RDMA documentation

Update to the NFS/RDMA documentation to clarify how to configure the
exports file.
Signed-off-by: default avatarJames Lentini <jlentini@netapp.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent 1a747ee0
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
################################################################################ ################################################################################
Author: NetApp and Open Grid Computing Author: NetApp and Open Grid Computing
Date: February 25, 2008 Date: April 15, 2008
Table of Contents Table of Contents
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
...@@ -197,12 +197,16 @@ NFS/RDMA Setup ...@@ -197,12 +197,16 @@ NFS/RDMA Setup
- On the server system, configure the /etc/exports file and - On the server system, configure the /etc/exports file and
start the NFS/RDMA server. start the NFS/RDMA server.
Exports entries with the following format have been tested: Exports entries with the following formats have been tested:
/vol0 10.97.103.47(rw,async) 192.168.0.47(rw,async,insecure,no_root_squash) /vol0 192.168.0.47(fsid=0,rw,async,insecure,no_root_squash)
/vol0 192.168.0.0/255.255.255.0(fsid=0,rw,async,insecure,no_root_squash)
Here the first IP address is the client's Ethernet address and the second The IP address(es) is(are) the client's IPoIB address for an InfiniBand HCA or the
IP address is the clients IPoIB address. cleint's iWARP address(es) for an RNIC.
NOTE: The "insecure" option must be used because the NFS/RDMA client does not
use a reserved port.
Each time a machine boots: Each time a machine boots:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment