glusterfs to replicate files to other servers
Posted
by
sbrattla
on Server Fault
See other posts from Server Fault
or by sbrattla
Published on 2012-11-25T20:58:20Z
Indexed on
2012/11/25
23:08 UTC
Read the original article
Hit count: 250
glusterfs
I've got multiple servers which all need to have the same content in /home. In other words, if the file /home/user1/test.txt is updated on server A, this needs to be replicated to all other servers in the cluster.
Is it possible to use GlusterFS for this purpose? That is, let each server have a full copy of all data locally - which that server will be working on - and solely use GlusterFS to take care of replicating this data to the other servers?
I'm not intersted in a combined storage, but rather have all data on all machines only to have GlusterFS to replicate it to the other machines.
© Server Fault or respective owner