crmsh
crmsh copied to clipboard
Command-line interface for High-Availability cluster management on GNU/Linux systems.
Changes include: - Set the default operation values if monitor/start/stop not input in command line ``` crm(live/15sp4-1)configure# primitive vip IPaddr2 params ip=10.10.10.176 crm(live/15sp4-1)configure# show node 1: 15sp4-1 primitive vip IPaddr2...
Fix: ha-cluster-join fails to add nodes to a existing cluster after the version update (bsc#1201785)
# Mechanism * add a mechanism for updating cluster config after version update: - A sequence is written to `~hacluster/crmsh/upgrade_seq` and crmsh checks it to determine whether upgrade is needed...
Changes: - For init and join, add '-x' option to skip csync2 syncing process; Or, can set environment variable 'SKIP_CSYNC2_SYNC=true' - Based on above, use scp to retrieve all related...
Hi All I'm using crmsh 3.0.4. I want to know why the owner group of the crmsh process must be root. Can I use common users?
backport #1366
The documents hosted on crmsh.github.io was last updated for crmsh-4.3. Since crmsh-4.3, the document has been separated into 2 parts, one is in `crmsh.8.adoc` and another is from `crm --help`....
…from a node list Since utils.list_cluster_nodes might return an IP list
port from #1369
…d ssh_remote stage (bsc#1212080, bsc#1221912) backport #1347