From 076830c068fb39bbc3e863c89a4253cbea36357e Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 9 Apr 2012 23:11:52 +0530 Subject: doc: Move outdated documentation to legacy Change-Id: I0ceba9a993e8b1cdef4ff6a784bfd69c08107d88 BUG: 811311 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.com/3116 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Anand Avati --- doc/examples/legacy/protocol-client.vol | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/examples/legacy/protocol-client.vol (limited to 'doc/examples/legacy/protocol-client.vol') diff --git a/doc/examples/legacy/protocol-client.vol b/doc/examples/legacy/protocol-client.vol new file mode 100644 index 00000000000..c34ef790d0e --- /dev/null +++ b/doc/examples/legacy/protocol-client.vol @@ -0,0 +1,12 @@ +volume client + type protocol/client + option transport-type tcp # for TCP/IP transport + option remote-host 192.168.1.10 # IP address of the remote brick +# option transport.socket.remote-port 24016 + +# option transport-type rdma # for Infiniband verbs transport +# option transport.rdma.work-request-send-count 16 +# option transport.rdma.work-request-recv-count 16 +# option transport.rdma.remote-port 24016 + option remote-subvolume brick # name of the remote volume +end-volume -- cgit