summaryrefslogtreecommitdiffstats
path: root/133/regr/spec_files/client1.vol
blob: 043e6370b7803be1fa0d6ea5820f9a041b2003e7 (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
29
30
31
32
33
volume remote1
  type protocol/client
  option transport-type tcp
  option remote-port 9337
  option remote-host 127.0.0.1
  option remote-subvolume brick
end-volume

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

volume distribute
  type cluster/distribute
  subvolumes remote1 remote2 
end-volume

volume writebehind
  type performance/write-behind
  option window-size 1MB
  subvolumes distribute
end-volume

volume cache
  type performance/io-cache
  option cache-size 512MB
  subvolumes writebehind
end-volume