<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">By the way, there is another issue with your config<div><br></div><div>Since you set multiplier to 100, it will negate your resource-stickiness which is also set to 100.</div><div>Either reduce multiplier or increase default resource-stickiness ( I have mine at 1000)</div><div><br></div><div><br></div><div>Vadym</div><div><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: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' 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></body></html>