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. ________________________________ From: Vadym Chepkov [mailto:vchep...@gmail.com] Sent: Monday, May 17, 2010 5:52 PM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] IP address does not failover on a new test cluster On May 17, 2010, at 5:40 PM, Ruiyuan Jiang wrote: Hi, Gianluca I modified my configuration and deleted "crm configure property no-quorum-policy=ignore" as you suggested but I have the same problem that the IP address does not fail. Thanks. [r...@usnbrl52 log]# 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="default" did you run 'crm configure show' after you set the property? Because the option is not shown in your output. also resource-stickiness="default" seems suspicious what default? I thought it should be a numeric value. This message (including any attachments) is intended solely for the specific individual(s) or entity(ies) named above, and may contain legally privileged and confidential information. If you are not the intended recipient, please notify the sender immediately by replying to this message and then delete it. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, by other than the intended recipient, is strictly prohibited.
_______________________________________________ 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