crmsh icon indicating copy to clipboard operation
crmsh copied to clipboard

Command-line interface for High-Availability cluster management on GNU/Linux systems.

Results 174 crmsh issues
Sort by recently updated
recently updated
newest added

Some improvement could have for `crm cluster crash_test` 1. more proper corosync2 split-brain simulation would be as below [[REF]] iptables -A INPUT ! -i lo -p udp -j DROP &&...

To get the default value for most commonly used parameters, like `stonith-timeout`, it will be reliable to fetch and parse these value from `usr/libexec/pacemaker/pacemaker-schedulerd metadata`

Probably this is low priority. Not likely many user use this interface. > > `crm cluster remove tw3` works nicely so far. > > Well, I expect the following alternative...

When calling `wait_for_cluster` to wait node online, or calling `wait_for_resource` to wait ra started, should set a timeout value, not allow to wait forever, should raise an exception when reach...

For that, in crmsh code, `journalctl -o short-iso-precise` is needed instead of '-o short-iso'.

it would be really neat if `crm configure show` could be filtered by the type of the primitive, so that one could for example filter down to only the IPaddr2...

duplicate

It should better to give warning when start/stop/restart a RA while this RA is in `unmanaged` mode Add checking items in `is_managed` : - check if all nodes are in...

Hello, I'm trying to understand the behaviour for `crm config set` when using it to change a resource's operation parameters. For an example, I have the following resource configuration: primitive...

bug