pcs_resource_unban
Remove a resource ban in a Pacemaker cluster to allow it to run again, either on a specific node or across all nodes.
Instructions
Remove a ban for a resource via 'pcs resource unban []'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Optional node; omit to unban everywhere | |
| sudo | No | Prefix commands with sudo on the remote host | |
| cluster | No | Named cluster in config | |
| resource | Yes | Resource ID to unban | |
| timeoutMs | No | SSH command timeout in milliseconds | |
| sshConfigHost | No | OpenSSH Host alias to resolve connection parameters | |
| sshConfigPath | No | Path to OpenSSH config (defaults to ~/.ssh/config) |