crmsh
crmsh copied to clipboard
Command-line interface for High-Availability cluster management on GNU/Linux systems.
Should we include a chef recipe / puppet module using crmsh to configure a cluster?
From @beekhof: ``` FYI, I am making the following changes to constraint sets diff --git a/xml/constraints-2.1.rng b/xml/constraints-2.1.rng index 85fcf48..6f40d9b 100644 --- a/xml/constraints-2.1.rng +++ b/xml/constraints-2.1.rng @@ -62,6 +62,14 @@ + +...
from https://bugzilla.suse.com/show_bug.cgi?id=930237 > We could take log coloring a bit further. > > The idea is to have regular expressions and color whatever matches. For instance, it would be useful...
From https://bugzilla.suse.com/show_bug.cgi?id=927475 > Transition usage: ``` transition [||] [nograph] [v...] [scores] [actions] [utilization] transition showdot [||] transition log [||] transition save [|| [name]] ``` > Without a subcommand the local...
From a discussion upstream: https://github.com/ClusterLabs/pacemaker/commit/94d528b223856c5f43a65a487a5f2d362770f3a3#commitcomment-10012335 We should probably rewrite the ACL code to always generate xpaths as @beekhof suggests.
Instead of requiring a restart to update parameter values, this procedure should be usable: 1. set maintenance mode for resource 2. change parameter 3. cleanup (to remove digest and force...
The verify command should try to detect and warn about dependency loops.
The order of elements in the CIB is significant, so don't do any reordering unless instructed to. crmsh should also allow edits to the CIB that are reorderings of elements...
The current version of crmsh doesn't interact well with CIB schemas that are configured to validate with the schema for pacemaker-1.0, for example. It would be useful if crmsh had...
Not sure which order or structure is applied in the [Command Reference](https://github.com/crmsh/crmsh/blob/master/doc/crm.8.adoc#command-reference) section of the manpage. IMHO, it is a bit hard to find the needed information. :) As such,...