Hi Andreas,<div><br></div><div>I did what you advised me, but still having the same issue. I made the resource migration and then removed that &quot;cli-pref ..&quot; part, but when the Node that went down return and joins again the cluster, resources are still being restarted again.</div>
<div><br></div><div>Best regards,</div><div>Jose</div><div><br></div><div><div class="gmail_quote"><br></div></div><div><div class="gmail_quote">On Tue, Mar 6, 2012 at 1:29 AM, Andreas Kurz <span dir="ltr">&lt;<a href="mailto:andreas@hastexo.com" target="_blank">andreas@hastexo.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">
Hello,<br>
<div><div><br>
On 03/05/2012 08:58 PM, José Alonso wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I have 2 Debian nodes with heartbeat and pacemaker 1.1.6 installed, and<br>
&gt; almost everything is working fine, I have only apache configured for<br>
&gt; testing, when a node goes down the failover is done correctly, but<br>
&gt; there&#39;s a problem when a node failbacks.<br>
&gt;<br>
&gt; For example, let&#39;s say that Node1 has the lead on apache resource, then<br>
&gt; I reboot Node1, so Pacemaker detect it goes down, then apache is<br>
&gt; promoted to the Node2 and it keeps there running fine, that&#39;s fine, but<br>
&gt; when Node1 recovers and joins the cluster again, apache is restarted on<br>
&gt; Node2 again.<br>
&gt;<br>
&gt; Anyone knows, why resources are restarted when a node rejoins a cluster ?<br>
&gt;<br>
&gt; This is my pacemaker configuration:<br>
&gt;<br>
&gt; node $id=&quot;2ac5f37d-cd54-4932-92dc-418b4fd0e6e6&quot; nodo2 \<br>
&gt; attributes standby=&quot;off&quot;<br>
&gt; node $id=&quot;938594ef-839a-40bb-aa5e-5715622693b3&quot; nodo1 \<br>
&gt; attributes standby=&quot;off&quot;<br>
&gt; primitive apache2 lsb:apache2 \<br>
&gt; meta migration-threshold=&quot;1&quot; failure-timeout=&quot;2&quot; \<br>
&gt; op monitor interval=&quot;5s&quot; resource-stickiness=&quot;INFINITY&quot;<br>
&gt; primitive ip1 ocf:heartbeat:IPaddr2 \<br>
&gt; params ip=&quot;192.168.1.38&quot; nic=&quot;eth0:0&quot;<br>
&gt; primitive ip1arp ocf:heartbeat:SendArp \<br>
&gt; params ip=&quot;192.168.1.38&quot; nic=&quot;eth0:0&quot;<br>
&gt; group WebServices ip1 ip1arp apache2<br>
&gt; location cli-prefer-WebServices WebServices \<br>
&gt; rule $id=&quot;cli-prefer-rule-WebServices&quot; inf: #uname eq nodo2<br>
<br>
</div></div>remove that migration constraint (&quot;cli-prefer-....&quot;) and try again ...<br>
best practice is to remove such a constraint immediately after the<br>
resource migration is completed.<br>
<br>
Regards,<br>
Andreas<br>
<br>
--<br>
Need help with Pacemaker?<br>
<a href="http://www.hastexo.com/now" target="_blank">http://www.hastexo.com/now</a><br>
<div><div><br>
<br>
<br>
&gt; colocation ip_with_arp inf: ip1 ip1arp<br>
&gt; colocation web_with_ip inf: apache2 ip1<br>
&gt; order arp_after_ip inf: ip1:start ip1arp:start<br>
&gt; order web_after_ip inf: ip1arp:start apache2:start<br>
&gt; property $id=&quot;cib-bootstrap-options&quot; \<br>
&gt; dc-version=&quot;1.1.6-9971ebba4494012a93c03b40a2c58ec0eb60f50c&quot; \<br>
&gt; cluster-infrastructure=&quot;Heartbeat&quot; \<br>
&gt; expected-quorum-votes=&quot;2&quot; \<br>
&gt; stonith-enabled=&quot;false&quot; \<br>
&gt; no-quorum-policy=&quot;ignore&quot;<br>
&gt; rsc_defaults $id=&quot;rsc-options&quot; \<br>
&gt; resource-stickiness=&quot;INFINITY&quot;<br>
&gt;<br>
&gt;<br>
&gt; This is what I see on crm_mon:<br>
&gt;<br>
&gt; 1-. Node1 and Node1 OK:<br>
&gt;<br>
&gt; Online: [ node1 node2 ]<br>
&gt;<br>
&gt; Resource Group: WebServices<br>
&gt; ip1 (ocf::heartbeat:IPaddr2): Started node1<br>
&gt; ip1arp (ocf::heartbeat:SendArp): Started node1<br>
&gt; apache2 (lsb:apache2): Started node1<br>
&gt;<br>
&gt;<br>
&gt; 2-. I reboot Node1 so Pacemaker promotes resources to Node2:<br>
&gt;<br>
&gt; Online: [ node2 ]<br>
&gt; OFFLINE: [node1]<br>
&gt;<br>
&gt; Resource Group: WebServices<br>
&gt; ip1 (ocf::heartbeat:IPaddr2): Started node2<br>
&gt; ip1arp (ocf::heartbeat:SendArp): Started node2<br>
&gt; apache2 (lsb:apache2): Started node2<br>
&gt;<br>
&gt;<br>
&gt; 3-. Node1 is online again and join the cluster, resources still on Node2:<br>
&gt;<br>
&gt; Online: [ node1 node2 ]<br>
&gt;<br>
&gt; Resource Group: WebServices<br>
&gt; ip1 (ocf::heartbeat:IPaddr2): Started node2<br>
&gt; ip1arp (ocf::heartbeat:SendArp): Started node2<br>
&gt; apache2 (lsb:apache2): Started node2<br>
&gt;<br>
&gt; 4-. But after some seconds, resources are stopped on Node2 and restarted<br>
&gt; again on the same Node2:<br>
&gt;<br>
&gt; Online: [ node1 node2 ]<br>
&gt;<br>
&gt; Resource Group: WebServices<br>
&gt; ip1 (ocf::heartbeat:IPaddr2): Started node2<br>
&gt; ip1arp (ocf::heartbeat:SendArp): Stopped<br>
&gt; apache2 (lsb:apache2): Stopped<br>
&gt;<br>
&gt;<br>
&gt; 5-. Resources restarted and still on Node2<br>
&gt;<br>
&gt; Online: [ node1 node2 ]<br>
&gt;<br>
&gt; Resource Group: WebServices<br>
&gt; ip1 (ocf::heartbeat:IPaddr2): Started node2<br>
&gt; ip1arp (ocf::heartbeat:SendArp): Started node2<br>
&gt; apache2 (lsb:apache2): Started node2<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Why resources were restarted on Node2 if they where running fine?<br>
&gt;<br>
&gt;<br>
</div></div>&gt; This body part will be downloaded on demand.<br>
<br>
<br>
<br>
<br>_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org" target="_blank">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
<br></blockquote></div><br></div>