<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">First of all, none of the monitor operation is on by default in pacemaker, this is something that you have to turn on<div>For the ping RA  start and stop op parameters don't do much, so you can safely drop them.<br><div><br><div>Here is my settings,  they do work for me:</div><div><br></div><div><span class="Apple-style-span" style="font-family: 'Times New Roman'; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">primitive ping ocf:pacemaker:ping \
        params name="pingd" host_list="10.10.10.250" multiplier="200" timeout="3" \
        op monitor interval="10"</pre></span><div><span class="Apple-style-span" style="font-family: 'Times New Roman'; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">clone connected ping \
        meta globally-unique="false"</pre></span><div><span class="Apple-style-span" style="font-family: 'Times New Roman'; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">location rg0-connected rg0 \
        rule -inf: not_defined pingd or pingd lte 0</pre><pre style="word-wrap: break-word; white-space: pre-wrap; "><br></pre></span></div></div></div><div><br><div><div>On May 11, 2010, at 7:06 AM, Gianluca Cecchi wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Tue, May 11, 2010 at 12:50 PM, Vadym Chepkov <span dir="ltr"><<a href="mailto:vchepkov@gmail.com">vchepkov@gmail.com</a>></span> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
<div style="word-wrap:break-word">You forgot to turn on monitor operation for ping (actual job)<div><div><br></div><div><br></div></div></div></blockquote></div><div><div><br></div><div>I saw from the </div><div><div>[root@ha1 ~]# crm ra meta ping </div>
</div><div>command</div><div><br></div><div>Operations' defaults (advisory minimum):</div><div><br></div><div>    start         timeout=60</div><div>    stop          timeout=20</div><div>    reload        timeout=100</div>
<div>    monitor_0     interval=10 timeout=60</div></div><div><br></div><div>So I presumed it was by default in place for the ping resource.....</div><div>Do you mean that I should define the resource this way:</div><div>
<div>crm configure primitive pinggw ocf:pacemaker:ping \</div><div>> params host_list="192.168.101.1" multiplier="100" \</div><div>> op start interval="0" timeout="90" \</div>
<div>> op stop interval="0" timeout="100" \</div></div><div>> op monitor interval=10 timeout=60</div><div><br></div><div>Ok, I did it and I now get the same behavior as with pingd. Thanks ;-)</div>
<div><br></div><div><div>Migration summary:</div><div>* Node ha1:  pingd=0</div><div>* Node ha2:  pingd=100</div></div><div><br></div><div>And if I remove the iptables rule  I get:</div><div><div>Migration summary:</div><div>
* Node ha1:  pingd=100</div><div>* Node ha2:  pingd=100</div></div><div><br></div><div>Now I will check the "all resources stopped" problem...</div>
_______________________________________________<br>Pacemaker mailing list: <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><br><br>Project Home: http://www.clusterlabs.org<br>Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</blockquote></div><br></div></div></div></body></html>