Thomas Roth wrote: > Hi all, > > I have the following primitive in my cib.xml: > > <primitive class="ocf" id="commonIP" provider="heartbeat" > type="IPaddr"> > <operations> > <op id="commonIP_mon" interval="20s" name="monitor" > timeout="15s"/> > </operations> > <instance_attributes id="commonIP_inst_attr"> > <attributes> > <nvpair id="commonIP_attr_0" name="ip" value="1.1.2.4"/> > </attributes> > </instance_attributes> > </primitive> > > > Sometimes I get the following error: > pengine: WARN: unpack_rsc_op: Processing failed op > commonIP_monitor_20000 on server1: Timed Out > > > Does that mean that Heartbeat checks the IP every 20 seconds and (in the > error case) did not get an answer within 15 seconds?
Yes, as you configured: <op id="commonIP_mon" interval="20s" name="monitor" timeout="15s"/> Regards Dominik _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
