<div dir="ltr"><div><div><br></div>Hi All,<br><br></div>I have a 3 node setup with HB+pacemaker. I wanted to run redis in master-slave mode using an ocf script.<br><a href="https://groups.google.com/forum/#%21msg/redis-db/eY3zCKnl0G0/lW5fObHrjwQJ">https://groups.google.com/forum/#!msg/redis-db/eY3zCKnl0G0/lW5fObHrjwQJ</a><br>
<div><div><br>But with the below configuration , I am able to start in master-slave mode but pacemaker is not monitoring the redis.<br>I killed the redis-server on node-1 (slave node/master node) but pacemaker is not re-starting it .<br>
</div><div>In the crm status I could see it as:<br>     Masters: [ oc-vm ]<br>     Slaves: [ oc-vm1 oc-vm2 ]<br><br></div><div>even though it's not running on oc-vm1.<br></div><div><br># crm configure primitive cluster-ip ocf:IPaddr2 params ip=192.168.101.205 cidr_netmask=32 nic=eth1 op monitor interval=30s<br>

# crm configure primitive oc_redis ocf:redis op monitor role="Master" interval="3s" timeout="5s" op monitor role="Slave" interval="3s" timeout="3s"<br>
# crm configure ms redis_clone oc_redis meta notify="true" master-max="1" master-node-max="1" clone-node-max="1" interleave="false" globally-unique="false"<br>
# crm configure colocation ip-on-redis inf: cluster-ip redis_clone:Master<br><br></div><div>Can someone help me in fixing it???<br></div><div><br></div><div>Thanks<br></div><div>Eswar<br></div></div></div>