<div dir="ltr">Hi,<br><br>I have two node active/passive setup. This is my configuration:<br><br>#service firewalld stop<div>#vi /etc/hosts --> 192.168.2.121 (Node1) / 192.168.2.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>#<span style="background-color:rgb(239,241,243);color:rgb(29,33,41);font-family:Helvetica,Arial,sans-serif;font-size:13px">pcs resource create ens192-monitor ethmonitor interface=ens192 --clone</span></div><div><span style="color:rgb(29,33,41);font-family:Helvetica,Arial,sans-serif;font-size:13px;background-color:rgb(239,241,243)">#pcs constraint location ClusterIP rule score=-INFINITY ethmonitor-ens192 ne 1</span><span style="background-color:rgb(239,241,243);color:rgb(29,33,41);font-family:Helvetica,Arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(29,33,41);font-family:Helvetica,Arial,sans-serif;font-size:13px;background-color:rgb(239,241,243)"><br></span></div><div><span style="color:rgb(29,33,41);font-family:Helvetica,Arial,sans-serif;font-size:13px;background-color:rgb(239,241,243)"><br></span></div><div><font color="#1d2129" face="Helvetica, Arial, sans-serif"><span style="background-color:rgb(239,241,243)">My goal is to have two interfaces, service network(ens192) and heartbeat network(ens224). Based on my research, ethmonitor is used to monitor the interface via pacemaker, if there's a failed link, resources will failover to other Node. My problem is no error were prompted via pcs status, resource does not failover and service(ClusterIP) goes down.<br></span></font></div><div><font color="#1d2129" face="Helvetica, Arial, sans-serif"><span style="background-color:rgb(239,241,243)"><br></span></font></div><div><font color="#1d2129" face="Helvetica, Arial, sans-serif"><span style="background-color:rgb(239,241,243)">Testing scenario:</span></font></div><div><font color="#1d2129" face="Helvetica, Arial, sans-serif"><span style="background-color:rgb(239,241,243)">1. Disconnected physicall Link of Node1 ----> No error appears on pcs status and ClusterIP is not reachable as failover to other node does not happen.<br><br>Any ideas? Is this a bug? Are there any missing configurations?<br><br>Regards,<br>imnotarobot</span></font></div><div><font color="#1d2129" face="Helvetica, Arial, sans-serif"><span style="background-color:rgb(239,241,243)"><br></span></font></div></div>