summaryrefslogtreecommitdiffstats
path: root/547/regr/spec_files/client1.vol
blob: c948c41abd230164da612ced0a33b9fc6ea2e5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
volume remote1
  type protocol/client
  option transport-type tcp/client
  option remote-port 9352
  option remote-host 127.0.0.1
  option remote-subvolume brick
end-volume

volume remote2
  type protocol/client
  option transport-type tcp/client
  option remote-port 9353
  option remote-host 127.0.0.1
  option remote-subvolume brick
end-volume


volume replica
  type cluster/replicate
  subvolumes remote1 remote2  
end-volume


volume write-behind
    type performance/write-behind
    option enable-trickling-writes on
    subvolumes replica
end-volume