summaryrefslogtreecommitdiffstats
path: root/doc/examples/legacy/protocol-client.vol
blob: c34ef790d0e5377a218f0cb2fc8a14c0149fd77a (plain)
1
2
3
4
5
6
7
8
9
10
11
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