Network connectivity check in Pacemaker
If you want a Pacemaker cluster to move resources on changes on the network connectivity of an individual node, there are two major steps involved:
- Let Pacemaker monitor connectivity;
- Configure constraints to react on connectivity changes.
Prerequisites
Be sure to run at least Pacemaker 1.0.11 or 1.1 …
more ...