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/protocol-client.vol | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 doc/examples/protocol-client.vol (limited to 'doc/examples/protocol-client.vol') diff --git a/doc/examples/protocol-client.vol b/doc/examples/protocol-client.vol deleted file mode 100644 index c34ef790d0e..00000000000 --- a/doc/examples/protocol-client.vol +++ /dev/null @@ -1,12 +0,0 @@ -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