| | 46 | volume brick2 |
| | 47 | type storage/posix |
| | 48 | option directory /home/b2 |
| | 49 | end-volume |
| | 50 | |
| | 51 | volume server |
| | 52 | type protocol/server |
| | 53 | subvolumes brick1 brick2 |
| | 54 | option transport-type tcp/server # For TCP/IP transport |
| | 55 | option auth.ip.brick1.allow 192.168.1.* |
| | 56 | option auth.ip.brick2.allow 192.168.1.* |
| | 57 | end-volume |
| | 58 | |
| | 59 | ### Client ### |
| | 60 | ##Cloud## |
| | 61 | volume client1 |
| | 62 | type protocol/client |
| | 63 | option transport-type tcp/client |
| | 64 | option remote-host Cloud0 |
| | 65 | option remote-subvolume brick1 |
| | 66 | end-volume |
| | 67 | |
| | 68 | volume client2 |
| | 69 | type protocol/client |
| | 70 | option transport-type tcp/client |
| | 71 | option remote-host Cloud0 |
| | 72 | option remote-subvolume brick2 |
| | 73 | end-volume |
| | 74 | |
| | 75 | ##Cloud1## |
| | 76 | volume client3 |
| | 77 | type protocol/client |
| | 78 | option transport-type tcp/client |
| | 79 | option remote-host Cloud1 |
| | 80 | option remote-subvolume brick |
| | 81 | end-volume |
| | 82 | |
| | 83 | ##Cloud2## |
| | 84 | volume client4 |
| | 85 | type protocol/client |
| | 86 | option transport-type tcp/client |
| | 87 | option remote-host Cloud2 |
| | 88 | option remote-subvolume brick |
| | 89 | end-volume |
| | 90 | |
| | 91 | volume stripe0 |
| | 92 | type cluster/stripe |
| | 93 | option block-size *:1MB |
| | 94 | subvolumes client1 client2 client3 client4 |
| | 95 | end-volume |
| | 96 | }}} |
| | 97 | * Cloud1 ~ Cloud2 |
| | 98 | {{{ |
| | 99 | }}} |