Hi, I have a 4 nodes configuration and 3 resources on node3 , I'd like them to be failovered on the 3 other remaining nodes, not only 1 node, so I have set constraints likewise : <rsc_location id="place_1_for_resource1" rsc="resource1" score="100" node="node3"/> <rsc_location id="place_2_for_resource1" rsc="resource1" score="50" node="node2"/> <rsc_location id="place_1_for_resource2" rsc="resource2" score="100" node="node3"/> <rsc_location id="place_2_for_resource2" rsc="resource2" score="50" node="node1"/> <rsc_location id="place_1_for_resource3" rsc="resource3" score="100" node="node3"/> <rsc_location id="place_2_for_resource3" rsc="resource3" score="50" node="node4"/>
but when I kill the node3, the 3 resources are failovered by node4, instead of resource1 on node 2 , resource2 on node 1 and resource3 on node 4 as I expected. The same test with same configuration on heartbeat 2.0 without Pacemaker was working fine, whereas with Heartbeat-v2 and Pacemaker, it seems not to work as expected, did I miss a parameter somewhere ? Or is there an already known issue? Thanks for your help. Regards, Alain _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
