On Thu, 2010-07-15 at 07:36 -0700, Pushkar Pradhan wrote: > Hi, > I have a strange requirement: I don't want failover to happen unless a > operator says go ahead or a big timeout has occurred (e.g. 1 hour). I am > using Heartbeat R1 style cluster with 2 nodes. > Is this possible or do I need to write some custom plugin?
This may not be the most elegant solution, but you could do this with the "meatware" stonith device which does exactly this; someone has to manually confirm that the other machine is really and truly dead before a failover will happen. This would be easy to set up if you are already using stonith, and a non-trivial learning curve otherwise. --Greg _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
