<div dir="ltr">Hi,<br><br>I have two-node active/passive setup. My goal is to failover a resource once a Node goes down with minimal downtime as possible. Based on my testing, when Node1 goes down it failover to Node2. If Node1 goes up after link reconnection (reconnect physical cable), resource failback to Node1 even though I configured resource-stickiness. Is there something wrong with configuration below?<br><br>#service firewalld stop<div>#vi /etc/hosts --> 192.168.10.121 (Node1) / 192.168.10.122 (Node2) ------------- Private Network (Direct connect)</div><div>#systemctl start pcsd.service</div><div>#systemctl enable pcsd.service</div><div>#passwd hacluster --> define pw</div><div>#pcs cluster auth Node1 Node2<br>#pcs setup --name Cluster Node1 Node2<br>#pcs cluster start -all</div><div>#pcs property set stonith-enabled=false</div><div>#pcs resource create ClusterIP ocf:heartbeat:IPaddr2 ip=192.168.10.123 cidr_netmask=32 op monitor interval=30s</div><div>#pcs resource defaults resource-stickiness=100</div><div><br></div><div>Regards,</div><div>imnotarobot</div></div>