On 02/08/2012 12:23 PM, Jonathan Schaeffer wrote: > Thanks for your feedbacks. > > The rsync method is very simple to implement on 2 nodes ...but does it > scale with 5 nodes or so ? If a modification is done on one node, how > would rsync propagate it on every other ?
How are you going to do active/passive on 5 nodes?
As far as rsync goes, the difference is between "rsync x rsync://foo/x"
and "for i in foo bar baz ; do rsync x rsync://${i}/x ; done" -- i.e. a
non-issue really.
--
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
