crmsh
crmsh copied to clipboard
Command-line interface for High-Availability cluster management on GNU/Linux systems.
So that the crmsh.log can include the year information. See also: https://github.com/ClusterLabs/crmsh/pull/1295
backport #1299
# crm configure help show ERROR: running cibadmin -Ql: Could not connect to the CIB: Transport endpoint is not connected Indeed, "--help" works as expected. # crm configure show --help
Which should be updated
Not sure how helpful it would be but if we would consider crmsh as main cluster tool, then it might be useful. An example: ``` $ dlm_tool ls dlm lockspaces...
It would be nice to have cpgtool status in crmsh. ``` $ corosync-cpgtool -e Group Name PID Node ID dlm:controld 3114 1 (192.168.253.100) crmd 3034 1 (192.168.253.100) 1859 2 (192.168.253.101)...
See https://projects.clusterlabs.org/w/projects/pacemaker/pacemaker_3.0_changes/pacemaker_3.0_configuration_changes/
Sounds better to make the output more informative a little, for example, adm@tw-1:~> sudo crm cluster copy .ssh/authorized_keys INFO: copied to root@tw-2:.ssh/authorized_keys
Have to use `crm_attribute` like `crm_attribute --delete -t crm_config --name stonith-enabled`, which is not convenient