On Tue, May 18, 2010 at 2:22 PM, Ruiyuan Jiang <ruiyuan_ji...@liz.com>wrote:

>  Hi, Vadym
>
>
>
> I modified the configuration per your suggestion. Here is the current
> configuration of the cluster:
>
>
>
> [r...@usnbrl52 ~]# crm configure show
>
> node usnbrl52
>
> node usnbrl53
>
> primitive ClusterIP ocf:heartbeat:IPaddr2 \
>
>         params ip="156.146.22.48" cidr_netmask="32" \
>
>         op monitor interval="30s"
>
> property $id="cib-bootstrap-options" \
>
>         dc-version="1.0.8-fab8db4bbd271ba0a630578ec23776dfbaa4e2cf" \
>
>         cluster-infrastructure="openais" \
>
>         expected-quorum-votes="2" \
>
>         stonith-enabled="false"
>
> rsc_defaults $id="rsc-options" \
>
>         resource-stickiness="100"
>
> [r...@usnbrl52 ~]#
>
>
>
> After the change, the IP address still does not fail to the other node
> usnbrl53 after I shutdown openais on node usnbrl52. The cluster IP has no
> problem to bound on usnbrl52 when the “openais” gets stopped and started on
> the node.
>
>
That's because no-quorum-policy=ignore is still not there, it is not listed
in crm configure show output
Run the command again

crm configure property no-quorum-policy=ignore

and make sure 'crm configure show' has changed accordingly

Vadym
_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf

Reply via email to