Hi, On Sat, May 10, 2008 at 01:00:36AM +0200, Jan-Frode Myklebust wrote: > > I have a two node webserver-cluster running GPFS for > shared filesystem, and heartbeat for active/active ip-address > failover. Sometimes it can take a few moments before the shared > filesystem is mounted, so it would be good if heartbeat could > wait until the filesystem was mounted before failing back the > ip-address. > > > So, can heartbeat check both network heartbeats, and f.ex. > existence of a file /gpfs/filesystem-mounted" before failing > back an ip-address?
No, there's no such thing. You could make a simple resource agent and insert it between the filesystem and the address resources. This agent could wait for a filesystem to be mounted in its start action. See for example the Delay or Dummy RA. Thanks, Dejan > > -jf > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
