I have four nodes A-D with service1 clone (clone-max 3) and with 3 virtual IPs. I have constraints - clone-ip1, clone-ip2, clone-ip3 - this works well when only pacemaker handles services.
I'd like Pacemaker to "audit" the nodes automaticly so when service is started without constraint pacemaker stops it.
It seems that when nodes A, B, C works in active state - pacemaker doesn't care what is going on on node D.
When I force reprobe by crm_resource -P
- it stops unnecessary service on node D.
Is there a way to make pacemaker check all nodes? (multiple_active doesn't seem to work...)