<div>On Tue, May 11, 2010 at 12:50 PM, Vadym Chepkov <span dir="ltr">&lt;<a href="mailto:vchepkov@gmail.com">vchepkov@gmail.com</a>&gt;</span> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<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&#39; 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>&gt; params host_list=&quot;192.168.101.1&quot; multiplier=&quot;100&quot; \</div><div>&gt; op start interval=&quot;0&quot; timeout=&quot;90&quot; \</div>
<div>&gt; op stop interval=&quot;0&quot; timeout=&quot;100&quot; \</div></div><div>&gt; 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 &quot;all resources stopped&quot; problem...</div>