<div><font color="#660066">2011/7/22 Dan Urist wrote: <br>&gt; I am in the process of trying to write an fping RA, based on the <br>&gt; pacemaker ping RA. My impetus for this is that I would like the RA to <br>&gt; return success as soon as any ping succeeds; the behavior of linux&#39;s <br>
&gt; system ping as used in the standard ping RA is to run COUNT pings <br>&gt; within the given deadline and only after COUNT or the deadline return <br>&gt; success if any of the pings succeeded-- very inefficient. <br>
&gt; <br>&gt; My question is this: the ping RA sets default values for <br>&gt; OCF_RESKEY_CRM_meta_timeout and OCF_RESKEY_CRM_meta_interval, and it <br>&gt; tests that OCF_RESKEY_CRM_meta_interval is an integer greater than 0. <br>
&gt; These variables aren&#39;t used anywhere else within the RA, but these are <br>&gt; the same values in the &quot;actions&quot; section of the metadata for the monitor <br>&gt; timeout and interval. I can&#39;t find any documentation that these <br>
&gt; variables serve as defaults for the monitor action in either the OCF <br>&gt; agent developer guide or the pacemaker docs, but this seems to be the <br>&gt; intent. Is this what they&#39;re there for? <br></font></div>

<div> </div>
<div> I think so.</div>
<div>The values in the &quot;actions&quot; section of the metadata for the monitor timeout and interval, are used as monitor operation&#39;s default values.</div>
<div>OCF_RESKEY_CRM_meta_timeout and OCF_RESKEY_CRM_meta_interval are come from the monitor operation&#39;s actual values.</div>
<div> </div>
<div> </div>
<div> </div>
<div>Best Regards, <br>Yingliang Yang<br> <br>_______________________________________________<br>Pacemaker mailing list<br><a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br><a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a></div>