<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear cluster labs team.<div><br></div><div>I previously configured a two nodes cluster with replicated maria Db. </div><div>To use one database as the active, and the other one as failover, I configured a cluster using heartbeat:</div><div><br></div><div><div>root@logpmgid01v:~$ sudo crm configure show</div><div>node $id="59bbdb76-be67-4be0-aedb-9e27d65f371e" logpmgid01v</div><div>node $id="adbc5972-c491-4fc4-b87d-8170e1b2d4d0" logpmgid02v \</div><div><span style="white-space:pre">      </span>attributes standby="off"</div><div>primitive site_one_ip ocf:heartbeat:IPaddr \</div><div><span style="white-space:pre"> </span>params ip="192.168.2.200" cidr_netmask="255.255.252.0" nic="eth0" \</div><div><span style="white-space:pre">     </span>op monitor interval="40s" timeout="20s"</div><div>location site_one_ip_pref site_one_ip 100: logpmgid01v</div><div>property $id="cib-bootstrap-options" \</div><div><span style="white-space:pre">       </span>dc-version="1.1.10-42f2063" \</div><div><span style="white-space:pre">       </span>cluster-infrastructure="heartbeat" \</div><div><span style="white-space:pre">        </span>stonith-enabled="false"</div></div><div><br></div><div>Now, I've done a similar setup using corosync:</div><div><div>root@908soffid02:~# crm configure show</div><div>node 1: 908soffid01</div><div>node 2: 908soffid02</div><div>primitive site_one_ip IPaddr \</div><div><span style="white-space:pre">      </span>params ip=10.6.12.118 cidr_netmask=255.255.0.0 nic=ens160 lvs_support=true \</div><div><span style="white-space:pre">  </span>meta target-role=Started is-managed=true</div><div>location cli-prefer-site_one_ip site_one_ip role=Started inf: 908soffid01</div><div>location site_one_ip_pref site_one_ip 100: 908soffid01</div><div>property cib-bootstrap-options: \</div><div><span style="white-space:pre"> </span>have-watchdog=false \</div><div><span style="white-space:pre"> </span>dc-version=1.1.14-70404b0 \</div><div><span style="white-space:pre">   </span>cluster-infrastructure=corosync \</div><div><span style="white-space:pre">     </span>cluster-name=debian \</div><div><span style="white-space:pre"> </span>stonith-enabled=false \</div><div><span style="white-space:pre">       </span>no-quorum-policy=ignore \</div><div><span style="white-space:pre">     </span>maintenance-mode=false</div></div><div><br></div><div>Apparently, it works fine, and floating IP address is active in node1:</div><div><div>root@908soffid02:~# crm_mon -1</div><div>Last updated: Fri Oct 26 10:06:12 2018<span style="white-space:pre">               </span>Last change: Fri Oct 26 10:02:53 2018 by root via cibadmin on 908soffid02</div><div>Stack: corosync</div><div>Current DC: 908soffid01 (version 1.1.14-70404b0) - partition with quorum</div><div>2 nodes and 1 resource configured</div><div><br></div><div>Online: [ 908soffid01 908soffid02 ]</div><div><br></div><div> site_one_ip<span style="white-space:pre">       </span>(ocf::heartbeat:IPaddr):<span style="white-space:pre">     </span>Started 908soffid01</div></div><div><br></div><div>But when node2 tries to connect to the floating IP address, it gets connected to itself, despite the IP address is bound to the first node:</div><div><div>root@908soffid02:~# ssh <a href="mailto:root@10.6.12.118">root@10.6.12.118</a> hostname</div><div>root@soffiddb's password: </div><div>908soffid02</div></div><div><span style="color:inherit;font-size:inherit"><br></span></div><div><span style="color:inherit;font-size:inherit">I'd want the second node connects to the actual floating IP address, but I cannot see how to set it up. Any help is welcome.</span></div><div><span style="color:inherit;font-size:inherit"><br></span></div><div><span style="color:inherit;font-size:inherit">I am using pacemaker 1.1.14-2ubuntu1.4 and corosync 2.3.5-3ubuntu2.1</span></div><div><span style="color:inherit;font-size:inherit"><br></span></div><div><span style="color:inherit;font-size:inherit">Kind regards.  </span><br></div><div><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><br><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);float:none;display:inline">Gabriel Buades</span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)"><br></div></div></div></div></div></div></div></div></div></div></div></div>