pcs_resource_move
Moves a Pacemaker resource to a preferred node by creating a temporary location constraint.
Instructions
Create a temporary location constraint via 'pcs resource move []'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Preferred target node (optional) | |
| sudo | No | Prefix commands with sudo on the remote host | |
| cluster | No | Named cluster in config | |
| resource | Yes | Resource ID to move | |
| 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) |