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?
I'm asking this because the subsequent failures cause a lot of trouble,
because 15 sec timeout seems an eternity to me, and because I'd like to
exclude the very silly errors and basic misunderstandings first.
Many thanks,
Thomas
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems