Hi,<br><br>I am having again the same issue, in a different set of 3 nodes. When I try to failover manually the resource group on the standby node, the ms-drbd resource is not moved as well and as a result the resource group is not fully started, only the ip resource is started.<br>
Any ideas why I am having this issue?<br><br>here are the info<br>[root@node-01 ~]# crm resource move pbx_service_01 node-03<br>[root@node-01 ~]# crm resource unmove pbx_service_01<br>[root@node-01 ~]# ptest -Ls<br>Allocation scores:<br>
clone_color: ms-drbd_01 allocation score on node-01: 100<br>clone_color: ms-drbd_01 allocation score on node-03: 0<br>clone_color: drbd_01:0 allocation score on node-01: 11100<br>clone_color: drbd_01:0 allocation score on node-03: 0<br>
clone_color: drbd_01:1 allocation score on node-01: 100<br>clone_color: drbd_01:1 allocation score on node-03: 11000<br>native_color: drbd_01:0 allocation score on node-01: 11100<br>native_color: drbd_01:0 allocation score on node-03: 0<br>
native_color: drbd_01:1 allocation score on node-01: -1000000<br>native_color: drbd_01:1 allocation score on node-03: 11000<br>drbd_01:0 promotion score on node-01: 10100<br>drbd_01:1 promotion score on node-03: 10000<br>
drbd_01:2 promotion score on none: 0<br>group_color: pbx_service_01 allocation score on node-01: 200<br>group_color: pbx_service_01 allocation score on node-03: 10<br>group_color: ip_01 allocation score on node-01: 200<br>
group_color: ip_01 allocation score on node-03: 1010<br>group_color: fs_01 allocation score on node-01: 0<br>group_color: fs_01 allocation score on node-03: 0<br>group_color: pbx_01 allocation score on node-01: 0<br>group_color: pbx_01 allocation score on node-03: 0<br>
native_color: ip_01 allocation score on node-01: 200<br>native_color: ip_01 allocation score on node-03: 1010<br>drbd_01:0 promotion score on node-01: 1000000<br>drbd_01:1 promotion score on node-03: -1000000<br>drbd_01:2 promotion score on none: 0<br>
native_color: fs_01 allocation score on node-01: -1000000<br>native_color: fs_01 allocation score on node-03: -1000000<br>native_color: pbx_01 allocation score on node-01: -1000000<br>native_color: pbx_01 allocation score on node-03: -1000000<br>
<br><br>[root@node-01 ~]# crm status<br>============<br>Last updated: Sat Oct  2 18:27:32 2010<br>Stack: Heartbeat<br>Current DC: node-03 (3dd75a8f-9819-450f-9f18-c27730665925) - partition with quorum<br>Version: 1.0.9-89bd754939df5150de7cd76835f98fe90851b677<br>
3 Nodes configured, unknown expected votes<br>2 Resources configured.<br>============<br><br>Online: [ node-03 node-01 node-02 ]<br><br> Master/Slave Set: ms-drbd_01<br>     Masters: [ node-01 ]<br>     Slaves: [ node-03 ]<br>
 Resource Group: pbx_service_01<br>     ip_01      (ocf::heartbeat:IPaddr2):       Started node-03<br>     fs_01      (ocf::heartbeat:Filesystem):    Stopped<br>     pbx_01     (lsb:test-01):  Stopped<br><br><br>[root@node-01 ~]# crm configure show<br>
node $id="3dd75a8f-9819-450f-9f18-c27730665925" node-03<br>node $id="4e47db29-5f14-4371-9734-317bf342b8ed" node-02<br>node $id="a8f56e42-438f-4ea5-a6ba-a7f1d23ed401" node-01<br>primitive drbd_01 ocf:linbit:drbd \<br>
        params drbd_resource="drbd_pbx_service_1" \<br>        op monitor interval="30s" \<br>        op start interval="0" timeout="240s" \<br>        op stop interval="0" timeout="120s"<br>
primitive fs_01 ocf:heartbeat:Filesystem \<br>        params device="/dev/drbd1" directory="/pbx_service_01" fstype="ext3" \<br>        meta migration-threshold="3" failure-timeout="60" \<br>
        op monitor interval="20s" timeout="40s" OCF_CHECK_LEVEL="20" \<br>        op start interval="0" timeout="60s" \<br>        op stop interval="0" timeout="60s"<br>
primitive ip_01 ocf:heartbeat:IPaddr2 \<br>        params ip="192.168.78.10" cidr_netmask="24" broadcast="192.168.78.255" \<br>        meta failure-timeout="120" migration-threshold="3" \<br>
        op monitor interval="5s"<br>primitive pbx_01 lsb:test-01 \<br>        meta migration-threshold="3" failure-timeout="60" \<br>        op monitor interval="20s" timeout="20s" \<br>
        op start interval="0" timeout="60s" \<br>        op stop interval="0" timeout="60s"<br>group pbx_service_01 ip_01 fs_01 pbx_01 \<br>        meta target-role="Started"<br>
ms ms-drbd_01 drbd_01 \<br>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" target-role="Started"<br>location PrimaryNode-drbd_01 ms-drbd_01 100: node-01<br>
location PrimaryNode-pbx_service_01 pbx_service_01 200: node-01<br>location SecondaryNode-drbd_01 ms-drbd_01 0: node-03<br>location SecondaryNode-pbx_service_01 pbx_service_01 10: node-03<br>colocation fs_01-on-drbd_01 inf: fs_01 ms-drbd_01:Master<br>
order pbx_service_01-after-drbd_01 inf: ms-drbd_01:promote pbx_service_01:start<br>property $id="cib-bootstrap-options" \<br>        dc-version="1.0.9-89bd754939df5150de7cd76835f98fe90851b677" \<br>        cluster-infrastructure="Heartbeat" \<br>
        symmetric-cluster="false" \<br>        stonith-enabled="false"<br>rsc_defaults $id="rsc-options" \<br>        resource-stickiness="1000"<br>[root@node-01 ~]#<br><br>Thanks,<br>
Pavlos<br><br><br>