Kristoffer Grönlund
Kristoffer Grönlund
Commit 36e738e fixed the name passed to dlopen for libsqlite3.so. This patch fixes the names for other libraries as well.
This is something I worked on this weekend, but now that I have it working, I don't know if I really think it is a good idea. This would make...
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...
Now that we're on Python 3, we can use mypy and static type annotations to catch mistakes faster: http://www.mypy-lang.org/ http://www.mypy-lang.org/examples.html
(Description copied from mailing list email by Vladislav Bogdanov) when performing a delete operation, crmsh (2.2.0) having -F tries to stop passed op arguments and then waits for DC to...
I'd like to switch to using only python-setuptools to configure and install, ideally so that crmsh can be submitted to PyPI. The biggest problem is building the man page using...
There are some really attractive features in [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) that we might want to adopt.
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...