I think if you set Resource Failure Stickiness to -INFINITY on mysql service it should failover.
In general if you set Default Resource Failure Stickiness to -INFINITY, it will failover any failed service to the other node instead of trying to restart. --Raghu On 7/9/08, Steve Wray <[EMAIL PROTECTED]> wrote: > > Hi there, > > I've gotten the v2 config working with monitoring on NFS and MySQL on a > couple of pairs of servers. > > Its not going quite as I had expected though. > > If, on the current primary I forcably kill mysqld, heartbeat does detect > this but it restarts it on that node. > > What I was hoping for was that the death of mysqld would result in a > failover to the other node. > > My reasoning is that (in real life) mysqld died for a *reason* on this host > and that rather than constantly restarting it on the same host perhaps it > would be best to just give up on trying to run mysql on that host and run it > on another? > > Any ideas? > > Thanks! > _______________________________________________ > 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
