Tag: constraint

Pacemaker Create Location Constraints

This write-up will detail the process of creating location constraints in a Pacemaker cluster. This is done when you want to have an resource or resource group prefer to run on a specific node in the cluster. 1 – Verify the current list of constraints using the pcs constraint list command.

Example Output


Pacemaker Remove Constraints

This write-up details the process of removing constraints. Remove Constraints 1 – List the currently configured constraints using the pcs constraint list –full command.

Example Output

2 – Note the id string and use that to remove the constraints use the pcs constraint remove id command.

3 – Verify the constraints have…