On Wed, Apr 2, 2008 at 4:38 PM, Martin Oswald <[EMAIL PROTECTED]> wrote: > > > > Greetings, > > > > > > Is there anyway to make a resource keeps retrying to start if it does > > not start on the first atempt ? > > > > > > Thanks in advance, > > > > > > Carlos Alexandre > > > > You can add an monitoring-operation with the attribute "on_fail=restart".
If the first attempt to start a resource is not successful, the default should be a restart on another node ... the only way I can think of to ignore a failed first start operation is to set "on_fail=ignore" for the start operation. In combination with a monitor operation this should give you the desired behaviour. Regards, Andreas > > > _______________________________________________ > 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
