HA+NFS running on DRBD filesystem works very nicely for me in a 2 node set up. It's much simpler than you'd expect to set up DRBD.. For me, it was much easier than setting up and testing the HA+NFS portion.
The advantage of DRBD over rsync is that the replication across the disks is real time (unlike rsync which is at a defined interval) and there's no other NFS issues like tracking inodes, etc... As you're actually sharing exactly the same data in the case of a failover. - Julian _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
