On Tue, 2 Sep 2008 16:03:27 +0200 Lars Ellenberg <[EMAIL PROTECTED]> wrote:
> why not use NFS? > add plenty RAM into your web servers, > and nfs-mount the content from some NFS server (HA NFS DRBD Cluster?) Because I've had issues with Locking on NFS in the past where a number of systems all have the same NFS mounts and are all reading/writing the same data. Also, I don't want to have to install a third tier into the cluster. My current plan (having spent most of the day looking at code/gfs/pvfs2/ocfs etc) is to use inotify to trigger an rsync+ssh script that copies the files over the network. Thanks for the suggestion though... M. -- Matthew Macdonald-Wallace [EMAIL PROTECTED] http://www.truthisfreedom.org.uk _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
