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

Which should be a regression issue on 15SP5 ``` crm(live/15sp5-1)configure# primitive d Dummy crm(live/15sp5-1)configure# up There are changes pending. Do you want to commit them (y/n)? n crm(live/15sp5-1)# configure crm(live/15sp5-1)configure#...

``` crm(live/hanode1)# corosync status qnetd 1 hanode1 member 2 hanode2 member Cluster "hacluster": Algorithm: Fifty-Fifty split (KAP Tie-breaker) Tie-breaker: Node with lowest node ID Node ID 1: Client address: 2001:db8:10::3:57288...

We have been using pull request title and description as the commit message of merge commits. Pull request titles should ocus more on the features delivered instead of implementation details,...

1. Should raise an error or a warning when the resource id doesn't exist ``` # no complaint when res id doesn't exist tag tag1 res1 res2 ``` 2. Should...

This pull request implements migrating `corosync.conf` from corosync 2 to corosync 3, including: * migrate deprecated transport `udpu` and `udp` to `knet` * replace removed feature _RRP_ with _knet multilink_...

This new command checks if the migration from sle15 to sle16 is safe. (ref: PED-8270)

Few more findings: 1. Can we provide bash completion for `crm configure property `? Just like the interactive mode which is very good. 2. Similar, to provide meta-data description completion,...

Currently, data-manifest just contains all files in certain directories. It does not need version control and can be generated on the fly in build process. Taking if out of version...