<p>Hmm unfortunately seems to be the same issue... the cluster IP seems to remain... however the ha proxy resource just goes offline and does not move.. thanks </p>
<div class="gmail_quote">On Apr 30, 2012 8:16 PM, "Jake Smith" <<a href="mailto:jsmith@argotec.com" target="_blank">jsmith@argotec.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
----- Original Message -----<br>
<br>
> From: "Mark Busuttil" <<a href="mailto:markbusu@gmail.com" target="_blank">markbusu@gmail.com</a>><br>
> To: <a href="mailto:pacemaker@oss.clusterlabs.org" target="_blank">pacemaker@oss.clusterlabs.org</a><br>
> Sent: Monday, April 30, 2012 2:06:42 PM<br>
> Subject: [Pacemaker] HAproxy resource not moving<br>
<br>
> Hey guys,<br>
<br>
> I recently started testing out Pacemaker + Corosync for a clustering<br>
> solution for HA proxy. My configuration is as follows<br>
<br>
> crm(live)configure# show<br>
> node node1.local<br>
> node node2.local<br>
> primitive ClusterIP ocf:heartbeat:IPaddr2 \<br>
> params ip="********" cidr_netmask="32" \<br>
> op monitor interval="30s"<br>
> primitive test lsb:haproxy \<br>
> op monitor interval="10s"<br>
> colocation haproxy-with-public-IPs inf: test ClusterIP<br>
> order haproxy-after-IP inf: ClusterIP test<br>
> property $id="cib-bootstrap-options" \<br>
> dc-version="1.1.6-3.el6-a02c0f19a00c1eb2527ad38f146ebc0834814558" \<br>
> cluster-infrastructure="openais" \<br>
> expected-quorum-votes="2" \<br>
> stonith-enabled="false"<br>
<br>
Might be because you've lost quorum and the cluster has no directions without quorum... this might fix:<br>
<br>
crm configure property no-quorum-policy="ignore"<br>
<br>
<br>
HTH<br>
<br>
Jake<br>
<br>
> If both my nodes are up, the VIP responds as requested to the HA<br>
> proxy requests.. and seems to always stick to node2.<br>
<br>
> Online: [node2.local node1.local ]<br>
<br>
> ClusterIP (ocf::heartbeat:IPaddr2): Started node2.local<br>
> test (lsb:haproxy): Started node2.local<br>
<br>
> However, if i break HA proxy on node 2 or reboot that machine, the<br>
> cluster dies and doest move over to node 1 and the crm_mon displays:<br>
<br>
> Online: [node1.local ]<br>
> OFFLINE: [ node2.local ]<br>
<br>
> Not sure what im missing here, however i would assume that both<br>
> resources should move over to Node1..<br>
<br>
> Thanks in advance for any help you can provide. --<br>
> Regards,<br>
> Mark Busuttil<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:<br>
> <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>
_______________________________________________<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>
</blockquote></div>