crmsh
crmsh copied to clipboard
Command-line interface for High-Availability cluster management on GNU/Linux systems.
`crm cluster join` should have prerequisites, and not start in the very beginning if any cluster service is running, eg. sbd, corosync, pacemaker, corosync-qdevice
I found that in some case if pacemaker failed to started, init process just always `Wait for cluster...`
> primitive d1 Dummy > primitive d2 Dummy > clone c1 d1 > clone c2 d2 > colocation col inf: c1 c2 > order ord inf: c2 ( c1 )...
After removing and re-adding nodes to the cluster, in rare cases `crm node list` fails with ``` File "/usr/sbin/crm", line 46, in rc = main.run() File "/usr/lib/python3/dist-packages/crmsh/main.py", line 369, in...
In crm shell `configure` context you can - `edit` items specifying their name or a pattern that occurs in the resource name - `show` items specifying their name or a...
When creating similar resources, on could `edit` (in `configure` context) the whole file using the editor to copy and then modify the desired resource. As an alternative one could first...
# Overview Since customer complain the performance and to fix existing bugs, I'm pleased to create this PR, in general, changes include: * More **faster** * More **stronger** (100% unit...