<div dir="ltr"><div><div><div>Hi All,<br><br></div>I am trying to run same RA on both nodes using clone.<br></div>My set up is a 2 node cluster with HB+pacemaker.<br><br></div>The RA aren't started automatically. <br>They are started through pacemaker only.<br>
<div><div><br>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>#crm configure primitive ha_vip ocf:IPaddr2 params ip=192.168.101.205 cidr_netmask=32 nic=eth1 op monitor interval=30s<br><br>#crm configure primitive oc_d1 lsb::testd1 meta allow-migrate="true" 
migration-threshold="1" failure-timeout="30s" op monitor interval="3s"<br>
#crm configure clone oc_d1_clone oc_d1 meta clone-max="2" clone-node-max="1" globally-unique="false" interleave="true"<br><br>#crm configure primitive 
oc_d2 lsb::testd2 meta allow-migrate="true" migration-threshold="3" 
failure-timeout="30s" op monitor interval="5s"<br>
#crm configure clone oc_d2_clone oc_d2 meta clone-max="2" clone-node-max="1" globally-unique="false" interleave="true"<br><br># crm configure colocation oc-ha_vip inf: ha_vip oc_d1_clone oc_d2_clone<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br><br></div><div>I observe the RAs are not getting started in the other node.<br></div><div><br>ha_vip    (ocf::heartbeat:IPaddr2):    Started ubuntu190 <br>Clone Set: oc_d1_clone [oc_d1]<br>
     Started: [ ubuntu190 ]<br>     Stopped: [ oc_d1:1 ]<br> Clone Set: oc_d2_clone [oc_d2]<br>
     Started: [ ubuntu190 ]<br>     Stopped: [ oc_d2:1 ]<br><br><br></div><div>But if I remove the colocation constraint then the RA are starting on the 2 nodes.<br></div><div>But without colocation, if any RA fails the vip will not migrate which is bad.<br>
<br></div><div>Can some one help me out in my issue.<br></div><div><br><br></div><div>Thanks<br></div><div>Eswar<br></div><div><br></div></div></div>