summaryrefslogtreecommitdiffstats
path: root/113/regr/spec_files/client1.vol
blob: a493ee041803497ff65944c661837a51f58c9ab8 (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
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 remote3
  type protocol/client
  option transport-type tcp/client
  option remote-port 9354
  option remote-host 127.0.0.1
  option remote-subvolume brick
end-volume

volume stripe
  type cluster/stripe
  option block-size 1MB
  subvolumes remote1 remote2 remote3 
end-volume