GlusterFS_Installation: drbl_Cloud1_2.vol

File drbl_Cloud1_2.vol, 1.0 KB (added by rock, 16 years ago)

drbl_Cloud1_2.vol

Line 
1### Cloud Server ###
2volume brick
3   type storage/posix
4   option directory /home/bc
5end-volume
6
7volume server
8   type protocol/server
9   subvolumes brick
10   option transport-type tcp/server # For TCP/IP transport
11   option auth.ip.brick.allow 192.168.1.*
12end-volume
13
14### Client ###
15##Cloud##
16volume client1
17   type protocol/client
18   option transport-type tcp/client
19   option remote-host Cloud0
20   option remote-subvolume brick1
21end-volume
22
23volume client2
24   type protocol/client
25   option transport-type tcp/client
26   option remote-host Cloud0
27   option remote-subvolume brick2
28end-volume
29
30##Cloud1##
31volume client3
32   type protocol/client
33   option transport-type tcp/client
34   option remote-host Cloud1
35   option remote-subvolume brick
36end-volume
37
38##Cloud2##
39volume client4
40   type protocol/client
41   option transport-type tcp/client
42   option remote-host Cloud2
43   option remote-subvolume brick
44end-volume
45
46volume stripe0
47   type cluster/stripe
48   option block-size *:1MB
49   subvolumes client1 client2 client3 client4
50end-volume