hi all:<br> <br> I create a group with two resources:<br><br>group1:<br> ip-aliase<br> apache<br><br> my cluster has two nodes:<br><br>crm(live)# configure <br>crm(live)configure# property symmetric-cluster=false <br>
crm(live)configure# location constrain1 group1 200: host1<br>crm(live)configure# location constrain2 group2 100: host2 <br><br>#################<br><br>my problem is when the ip-aliase runs ok and the apache is failed,the group1 can't move to host2:<br>
<br>Onlien [ host1 host2]<br><br>Resource Group: group1<br> ip-aliase Started host1<br> apache Stoppped<br><br>i want to realise that if one of the resources in a group is failed,then the group is failed and move to another node in the cluster.<br>
<br><br>