table of contents
CRM(8) | System Administration Utilities | CRM(8) |
NAME¶
crm - Remove node from cluster
DESCRIPTION¶
usage: remove [options] [<node> ...]
Remove one or more nodes from the cluster.
This command can remove the last node in the cluster, thus effectively removing the whole cluster. To remove the last node, pass --force argument to crm or set the config.core.force option.
optional arguments:¶
- -h, --help
- Show this help message
- -q, --quiet
- Be quiet (don't describe what's happening, just do it)
- -y, --yes
- Answer "yes" to all prompts (use with caution)
- -c HOST, --cluster-node HOST
- IP address or hostname of cluster node which will be deleted
- -F, --force
- Remove current node
- --qdevice
- Remove QDevice configuration and service from cluster
SEE ALSO¶
The full documentation for crm is maintained as a Texinfo manual. If the info and crm programs are properly installed at your site, the command
- info crm
should give you access to the complete manual.
December 2021 | crm 0.5 |