<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hi Guys,<div>  I am having some troubles with the location constraint.</div><div><br></div><div>In particular, what I want to achieve, is to run my service on a host; if the ip interconnection fails I want to migrate it to another host, but on IP connectivity restoration the resource should move again on the primary node.</div><div><br></div><div>So, I have this configuration:</div><div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">primitive vfy_ether ocf:pacemaker:l2check \<br>        params nic_list="eth1 eth2" debug="false" dampen="1s" \<br>        op monitor interval="2s"<br>clone ck_ether vfy_ether<br>location cli-ethercheck MCluster \<br>        rule $id="cli-prefer-rule-ethercheck" -inf: not_defined l2ckd or l2ckd lt 2<br>location cli-prefer-masterIP MCluster \<br>        rule $id="cli-prefer-rule-masterIP" 50: #uname eq GHA-MO-1</blockquote></div><div><br></div><div>when the connectivity fails on the primary node, the resource is correctly moved to the secondary one.</div><div>But, on IP connectivity restoration, the resource stays on the secondary node (and does not move to the primary one).</div><div><br></div><div>How can I solve that?</div><div>Any hint? :-)</div><div><br></div><div>thanks,</div><div>  stefano</div></div>
</div><br>
<br></div>