summaryrefslogtreecommitdiffstats
path: root/doc/examples/protocol-server.vol
diff options
context:
space:
mode:
authorSachidananda <sac@gluster.com>2011-06-15 06:54:22 +0000
committerAnand Avati <avati@gluster.com>2011-06-16 09:14:44 -0700
commit4566fb78c16948f91e7d5b1934d8722b51508053 (patch)
treeb5ca5b04a025819565998333ebdbc5590723bc1d /doc/examples/protocol-server.vol
parent4ba661f5989db0148c7c1f4631645f932a99fe56 (diff)
Bring `examples' directory upto date.
Signed-off-by: Sachidananda Urs <sac@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 3031 (Fix share/{doc,man} directory) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3031
Diffstat (limited to 'doc/examples/protocol-server.vol')
-rw-r--r--doc/examples/protocol-server.vol16
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/examples/protocol-server.vol b/doc/examples/protocol-server.vol
index e8e4a4643..195e49657 100644
--- a/doc/examples/protocol-server.vol
+++ b/doc/examples/protocol-server.vol
@@ -1,4 +1,3 @@
-
### Export volume "brick" with the contents of "/home/export" directory.
volume brick
type storage/posix # POSIX FS translator
@@ -9,17 +8,14 @@ end-volume
volume server
type protocol/server
option transport-type tcp # For TCP/IP transport
-# option transport.socket.listen-port 24016
+# option transport.socket.listen-port 24016
-# option transport-type ib-verbs # For Infiniband Verbs transport
-# option transport.ib-verbs.work-request-send-size 131072
-# option transport.ib-verbs.work-request-send-count 64
-# option transport.ib-verbs.work-request-recv-size 131072
-# option transport.ib-verbs.work-request-recv-count 64
-# option transport.ib-verbs.listen-port 24016
+# option transport-type rdma
+# option transport.rdma.work-request-send-count 64
+# option transport.rdma.work-request-recv-count 64
+# option transport.rdma.listen-port 24016
# option bind-address 192.168.1.10 # Default is to listen on all interfaces
-# option client-volume-filename /etc/glusterfs/glusterfs-client.vol
- subvolumes brick
+ subvolumes brick
option auth.addr.brick.allow 192.168.* # Allow access to "brick" volume
end-volume