State1 ======
nodeA resourceA ------- resourceC nodeB resourceB State2 ====== nodeA resourceA nodeB resourceB ------- resourceC Rule: ResourceC can only start AFTER (resourceA or resourceB), a preference for resourceA is needed. Attempted config ================ <rsc_colocation id="colocation_resourceC_resourceA" from="resourceA" to="resourceC" score="900000"/> <rsc_order id="order_resourceC_resourceA" from="resourceC" to="resource_resourceA" action="start" type="after" symmetrical="false"/> <rsc_colocation id="colocation_resourceC_resourceB" from="resourceB" to="resourceC" score="300000"/> <rsc_order id="order_resourceC_resourceB" from="resourceC" to="resource_resourceB" action="start" type="after" symmetrical="false"/> Due to the two rsc_order's, when I put nodeB to standby - resourceC stops on nodeA. If I remove the rsc_order for resourceB then resourceC is attempted to start before resourceB which is not possible. I hope I am missing something obvious! Software 2.1.3, symmetrix_cluster=false -- Alex _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
