table of contents
CRM(8) | System Administration Utilities | CRM(8) |
NAME¶
crm - Join geo cluster
DESCRIPTION¶
usage: geo-join [options]
This command should be run from one of the nodes in a cluster which is currently not a member of a geo cluster. The geo cluster configuration will be fetched from the provided node, and the cluster will be added to the geo cluster.
Note that each cluster in a geo cluster needs to have a unique name set. The cluster name can be set using the --name argument to init, or by configuring corosync with the cluster name in an existing cluster.
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 IP, --cluster-node IP
- IP address of an already-configured geo cluster or arbitrator
- -s DESC, --clusters DESC
- Geo cluster description (see geo-init for details)
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 |