Kristoffer Grönlund
Kristoffer Grönlund
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...
Having the VirtualDomain agent set utilization limits by default is confusing and (in my opinion) not the correct choice. Someone setting the agent up for the first time would not...
The fsid export option is not needed any more. There might be some strange corner cases where it can be useful, but it definitely shouldn't be assumed to be needed...
This was flagged by the SUSE security team: There are various problems with tmp-races. Some of them may be used for LPE: sapdb-nosha.sh: ``` 143 oracle_stop() { 144 echo '#!/bin/sh...
Adds function which makes it easy to add the history as tab completions. Usage example: void completion(const char\* buf, linenoiseCompletions\* lc) { linenoiseAddHistoryCompletions(buf, lc); }