<div dir="ltr"><div><pre class="gmail-no-highlight" style="overflow:auto hidden;white-space:pre-wrap;margin:0.5em 1em;font-size:18px">Hello. I'm trying to implement floating IP with pacemaker but I can't get IPsrcaddr to work correctly. I want a following thing - floating IP and its route SRC is started on node1. If node1 loses network connectivity to node2, node1 should instantly remove floating IP and restore default route,<br>node2 brings these things up. And vice-versa when node1 returns. Static IPs should be intact in any way.<br><br>What I've done:<br><br>pcs host auth node1 node2<br>pcs cluster setup my_cluster node1 node2 --force<br>pcs cluster enable node1 node2<br>pcs cluster start node1 node2<br>pcs property set stonith-enabled=false<br>pcs property set no-quorum-policy=ignore<br>pcs resource create virtip ocf:heartbeat:IPaddr2 ip=192.168.80.23 cidr_netmask=24 op monitor interval=30s<br>pcs resource create virtsrc ocf:heartbeat:IPsrcaddr ipaddress=192.168.80.23 cidr_netmask=24 op monitor interval=30<br>pcs constraint colocation add virtip with virtsrc<br>pcs constraint order virtip then virtsrc<br><br>It sets IP and src correctly on node1 one time after this setup, but in case of failover to node2 a havoc occurs - <a href="https://pastebin.com/GZMtG480">https://pastebin.com/GZMtG480</a><br><br>What's wrong? Help me please :)<br></pre></div></div>