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

When I use such those commands "crm cluster add node name", "crm cluster remove nodename" it says "INFO: Initialize a new cluster INFO: Nodes: ha1, ha2 ERROR: [ha2]: Start: Exited...

I see older complaints about this, but here we go: This repository: http://download.opensuse.org/repositories/network:/ha-clustering:/Stable/CentOS_CentOS-7/x86_64/ Is missing several binary RPMs for the x86_64 architecture, where SRC RPMs exist: aws-vpc-move-ip crmsh pssh python-parallax...

This is with crmsh 3.0.0 under CentOS 7 upgraded and patched to the latest: # crm cluster init --name OneCluster --nodes "one two three" ! No watchdog device found. If...

~ # crm cluster stop INFO: Cluster services stopped Basically, the term of "services" can be systemd services, ie, pacemaker.service, corosync.service, sbd.service. Also, it is widely used to refer to...

Hi: Personally I suggest: Each command level just show necessary commands, it will be more simpler, clear and accurate without command alias e.g. 1. we have "up", "end" and "back",...

If a resource's metadata contains a deprecated param (`deprecated="1"`) and a new one that obsoletes it, and both params have `required="1"`, then `crm configure` requires both parameters. This is unexpected...

bug

I'm trying to upgrade python on an CentOS/7 system which has `crmsh` & `python-parallax` installed from the opensuse repo, and am getting the following: ``` # yum update python Loaded...

After running erase, cluster service can not stop. Maybe we should not leave this interface to user, even he is 'administrator', like a OS will not leave an interface for...

Hi All, After a cluster started in a single node, I executed "cluster health" command. ``` [root@rh73-01-crmsh ~]# crm_mon -1 -Af Stack: corosync Current DC: rh73-01-crmsh (version 1.1.15-11.el7_3.2-e174ec8) - partition...

enhancement

In Pacemaker 1.1.17, a new resource type will be added: container bundles. For more detail, see the related mailing list post: http://lists.clusterlabs.org/pipermail/users/2017-April/005380.html Proposed XML syntax: ``` ``` crmsh syntax could...

enhancement