Hello,<br>I have a 2 node cluster with following configuration:<br clear="all"><b><span style="color:rgb(51,102,255)">crm configure show</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">node $id="16738ea4-adae-483f-9d79-b0ecce8050f4" mcg2</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">primitive ClusterIP ocf:mcg:MCG_VIPaddr_RA \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        params ip="192.168.113.67" cidr_netmask="255.255.255.0" nic="eth0:1" \</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">        op monitor interval="40" timeout="20"</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">primitive Rmgr ocf:mcg:RM_RA \</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">        op monitor interval="60" role="Master" timeout="30" on-fail="restart" \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        op monitor interval="40" role="Slave" timeout="40" on-fail="restart"</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">primitive Tmgr ocf:mcg:TM_RA \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        op monitor interval="60" role="Master" timeout="30" on-fail="restart" \</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">        op monitor interval="40" role="Slave" timeout="40" on-fail="restart"</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">primitive pimd ocf:mcg:PIMD_RA \</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">        op monitor interval="60" role="Master" timeout="30" on-fail="restart" \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        op monitor interval="40" role="Slave" timeout="40" on-fail="restart"</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">ms ms_Rmgr Rmgr \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        meta master-max="1" master-max-node="1" clone-max="2" clone-node-max="1" notify="true"</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">ms ms_Tmgr Tmgr \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        meta master-max="1" master-max-node="1" clone-max="2" clone-node-max="1" notify="true"</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">ms ms_pimd pimd \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        meta master-max="1" master-max-node="1" clone-max="2" clone-node-max="1" notify="true" target-role="Stopped"</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">colocation ip_with_Rmgr inf: ClusterIP ms_Rmgr:Master</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">colocation ip_with_Tmgr inf: ClusterIP ms_Tmgr:Master</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">colocation ip_with_pimd inf: ClusterIP ms_pimd:Master</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">order TM-after-RM inf: ms_Rmgr:promote ms_Tmgr:start</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">order ip-after-pimd inf: ms_pimd:promote ClusterIP:start</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">order pimd-after-TM inf: ms_Tmgr:promote ms_pimd:start</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">property $id="cib-bootstrap-options" \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        dc-version="1.0.11-9af47ddebcad19e35a61b2a20301dc038018e8e8" \</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">        cluster-infrastructure="Heartbeat" \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        no-quorum-policy="ignore" \</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">        stonith-enabled="false"</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">rsc_defaults $id="rsc-options" \</span><br style="color:rgb(51,102,255)">
<span style="color:rgb(51,102,255)">        migration_threshold="3" \</span><br style="color:rgb(51,102,255)"><span style="color:rgb(51,102,255)">        resource-stickiness="100"</span><br style="color:rgb(51,102,255)">
</b>With both Acitve and Standby nodes up and running, if I stop Heartbeat on Active node, all the resources on Standby node,  first receives stop and then start from Pacemaker.<br>As per the idea behind clustering, all the master/slave resources on Standby should simply receive Promote.<br>
<br>Can somebody comment on this behavior?<br><br>Thanks and regards<br>Neha Chatrath<br><br>