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

The console format will mass if there are messages during status_long: ``` INFO: Waiting for cluster...INFO: This the demo info ...........done ``` After applied this PR: ``` INFO: Waiting for...

It enables creating the cluster under the hacluster It requires some preparaions. To use it, do: Bring the user to the haclient group. Assume the user is 'hackerman' ``` user=hackerman...

Like avoid adding multi target-role enties for each meta instance To fix upstream issue https://github.com/ClusterLabs/crmsh/issues/720 backport #979

Like avoid adding multi target-role enties for each meta instance To fix upstream issue https://github.com/ClusterLabs/crmsh/issues/720 backport #979

When resource has multiple meta entries, multiple `target-role=Stopped` will be added while stopping the resource: ``` primitive d Dummy \ meta priority=123 target-role=Stopped \ meta resource-stickiness=0 allow-migrate=true target-role=Stopped \ op...

bug

Set file user of logfile to current user und HA_GROUP, as changing the user to someone else is only allowed for root. Set umask to 002, to make log file...