Hi, I have an environment consisting of 4 nodes ( with large disks). I have to create a volume to contain image of virtual machines.
Is it better to set a Distributed Replicated Volumes like this? # gluster volume create test-volume replica 2 transport tcp server1:/exp1 server2:/exp2 server3:/exp3 server4:/exp4 Or a Replicated Volumes like this? # gluster volume create test-volume replica 4 transport tcp server1:/exp1 server2:/exp2 server3:/exp3 server4:/exp4 Thanks, -- *Cristian Del Carlo*
_______________________________________________ Gluster-users mailing list [email protected] https://lists.gluster.org/mailman/listinfo/gluster-users
