I currently have 2 vps running on the same provider and they serve web files.
server1.example.com
server2.example.com
I used glusterFS to create a file Replication system between 2 nodes. ( server1 is master and server2 is slave )
I am planning to add more servers. But I want them to be on different providers, So I can have better and more file availability.
How should I set them up? Are they supposed to be added as slave? Or maybe like this ?
server1.example.com
(Master)
server2.example.com
(Slave)
server3.example.com
(Master to server4, and Slave to server1)
server4.example.com
(Slave)