<div dir="ltr">Hi list!<div>I'm running a 3-node vm-cluster in which all the nodes run Tomcat (Solr) from the same disk using GFS2. </div><div>On top of this I use IPaddr2-clone for cluster-ip and loadbalancing between all the nodes.<br><br>Everything works fine, except when i perform a failover on one node.<br>When node01 shuts down, node02 takes over it's ipaddr-clone. So far so good.<br>The thing is, when I fire up node01 again all the ipaddr-clones on all nodes restarts and thereby messes up Tomcat.<br><br>Here is my configuration:<br><br><div>Cluster Name: GFS2-cluster</div><div>Corosync Nodes:</div><div> node01 node02 node03</div><div>Pacemaker Nodes:</div><div> node01 node02 node03</div><div><br></div><div>Resources:</div><div> Clone: dlm-clone</div><div>  Meta Attrs: clone-max=3 clone-node-max=1</div><div>  Resource: dlm (class=ocf provider=pacemaker type=controld)</div><div>   Operations: start interval=0s timeout=90 (dlm-start-timeout-90)</div><div>               stop interval=0s timeout=100 (dlm-stop-timeout-100)</div><div>               monitor interval=60s (dlm-monitor-interval-60s)</div><div> Clone: GFS2-clone</div><div>  Meta Attrs: clone-max=3 clone-node-max=1 globally-unique=true</div><div>  Resource: GFS2 (class=ocf provider=heartbeat type=Filesystem)</div><div>   Attributes: device=/dev/sdb directory=/home/solr fstype=gfs2</div><div>   Operations: start interval=0s timeout=60 (GFS2-start-timeout-60)</div><div>               stop interval=0s timeout=60 (GFS2-stop-timeout-60)</div><div>               monitor interval=20 timeout=40 (GFS2-monitor-interval-20)</div><div> Clone: ClusterIP-clone</div><div>  Meta Attrs: clone-max=3 clone-node-max=3 globally-unique=true</div><div>  Resource: ClusterIP (class=ocf provider=heartbeat type=IPaddr2)</div><div>   Attributes: ip=192.168.100.200 cidr_netmask=32 clusterip_hash=sourceip</div><div>   Meta Attrs: resource-stickiness=0</div><div>   Operations: start interval=0s timeout=20s (ClusterIP-start-timeout-20s)</div><div>               stop interval=0s timeout=20s (ClusterIP-stop-timeout-20s)</div><div>               monitor interval=30s (ClusterIP-monitor-interval-30s)</div><div> Clone: Tomcat-clone</div><div>  Meta Attrs: clone-max=3 clone-node-max=1</div><div>  Resource: Tomcat (class=systemd type=tomcat)</div><div>   Operations: monitor interval=60s (Tomcat-monitor-interval-60s)</div><div><br></div><div>Stonith Devices:</div><div> Resource: fence-vmware (class=stonith type=fence_vmware_soap)</div><div>  Attributes: pcmk_host_map=node01:4212a559-8e66-2882-e7fe-96e2bd86bfdb;node02:4212150e-2d2d-dc3e-ee16-2eb280db2ec7;node03:42126708-bd46-adc5-75cb-678cdbcc06be pcmk_host_check=static-list login=USERNAME passwd=PASSWORD action=reboot ssl_insecure=true ipaddr=IP-ADDRESS</div><div>  Operations: monitor interval=60s (fence-vmware-monitor-interval-60s)</div><div>Fencing Levels:</div><div><br></div><div>Location Constraints:</div><div>Ordering Constraints:</div><div>  start dlm-clone then start GFS2-clone (kind:Mandatory) (id:order-dlm-clone-GFS2-clone-mandatory)</div><div>  start GFS2-clone then start Tomcat-clone (kind:Mandatory) (id:order-GFS2-clone-Tomcat-clone-mandatory)</div><div>  start Tomcat-clone then start ClusterIP-clone (kind:Mandatory) (id:order-Tomcat-clone-ClusterIP-clone-mandatory)</div><div>  stop ClusterIP-clone then stop Tomcat-clone (kind:Mandatory) (id:order-ClusterIP-clone-Tomcat-clone-mandatory)</div><div>  stop Tomcat-clone then stop GFS2-clone (kind:Mandatory) (id:order-Tomcat-clone-GFS2-clone-mandatory)</div><div>Colocation Constraints:</div><div>  GFS2-clone with dlm-clone (score:INFINITY) (id:colocation-GFS2-clone-dlm-clone-INFINITY)</div><div>  GFS2-clone with Tomcat-clone (score:INFINITY) (id:colocation-GFS2-clone-Tomcat-clone-INFINITY)</div><div><br></div><div>Resources Defaults:</div><div> resource-stickiness: 100</div><div>Operations Defaults:</div><div> No defaults set</div><div><br></div><div>Cluster Properties:</div><div> cluster-infrastructure: corosync</div><div> cluster-name: GFS2-cluster</div><div> dc-version: 1.1.13-10.el7-44eb2dd</div><div> enabled: false</div><div> have-watchdog: false</div><div> last-lrm-refresh: 1450177886</div><div> stonith-enabled: true<br><br><br>Any help is greatly appreciated.<br><br>Thanks in advance<br>/Jocke</div><br></div></div>