| | 99 | $ cat drbl_Cloud1_2.vol |
| | 100 | ### Cloud Server ### |
| | 101 | volume brick |
| | 102 | type storage/posix |
| | 103 | option directory /home/bc |
| | 104 | end-volume |
| | 105 | |
| | 106 | volume server |
| | 107 | type protocol/server |
| | 108 | subvolumes brick |
| | 109 | option transport-type tcp/server # For TCP/IP transport |
| | 110 | option auth.ip.brick.allow 192.168.1.* |
| | 111 | end-volume |
| | 112 | |
| | 113 | ### Client ### |
| | 114 | ##Cloud## |
| | 115 | volume client1 |
| | 116 | type protocol/client |
| | 117 | option transport-type tcp/client |
| | 118 | option remote-host Cloud0 |
| | 119 | option remote-subvolume brick1 |
| | 120 | end-volume |
| | 121 | |
| | 122 | volume client2 |
| | 123 | type protocol/client |
| | 124 | option transport-type tcp/client |
| | 125 | option remote-host Cloud0 |
| | 126 | option remote-subvolume brick2 |
| | 127 | end-volume |
| | 128 | |
| | 129 | ##Cloud1## |
| | 130 | volume client3 |
| | 131 | type protocol/client |
| | 132 | option transport-type tcp/client |
| | 133 | option remote-host Cloud1 |
| | 134 | option remote-subvolume brick |
| | 135 | end-volume |
| | 136 | |
| | 137 | ##Cloud2## |
| | 138 | volume client4 |
| | 139 | type protocol/client |
| | 140 | option transport-type tcp/client |
| | 141 | option remote-host Cloud2 |
| | 142 | option remote-subvolume brick |
| | 143 | end-volume |
| | 144 | |
| | 145 | volume stripe0 |
| | 146 | type cluster/stripe |
| | 147 | option block-size *:1MB |
| | 148 | subvolumes client1 client2 client3 client4 |
| | 149 | end-volume |
| | 150 | |