<div class="gmail_quote">On Fri, May 14, 2010 at 11:40 PM, Ruiyuan Jiang <span dir="ltr"><<a href="mailto:Ruiyuan_Jiang@liz.com">Ruiyuan_Jiang@liz.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I just created a testing cluster (Corosync 1.2.1, OpenAIS 1.1.2 and Pacemaker 1.0.8) on RHEL 5.5, x86_64. When I shutdown the primary node, the secondary node does not bind the cluster IP address which it supposed to. Why? Thanks.<br>

<br>[snip]<br>
        no-quorum-ignore="no"<br>
rsc_defaults $id="rsc-options" \<br>
        resource-stickiness="default"<br>
[root@usnbrl53 sbin]#<br>
<br><br></blockquote><div> </div></div><div>In a two nodes cluster you have set quorum policy to no:</div><div><br></div><div>crm configure property no-quorum-policy=ignore</div><div><br></div><div>You should see in you surviving node log messages regarding the fact that it has no quorum to provide service as it is configured now...</div>