booth
booth copied to clipboard
The Booth Cluster Ticket Manager
This is a first step in a direction towards less rigid/cumbersome code, easing the understandability and maintenance as such. Get rid of (some, commonly shared) global variables means: - less...
``` $ booth list -c . Feb 18 15:54:12 cacao booth: [3208]: WARN: Odd number of nodes is strongly recommended! heartbeat: inline-fn.h:83: init_header_bare: Assertion `local && local->site_id' failed. Aborted ```
Hello @dmuhamedagic at al., it occurs to me that it's an overhead to have booth package serve all possible roles incl. arbitrator. I envision that arbitrator specifically could be split...
This is something that should be resolved in future, even more so when following is considered: - SHA1 being discouraged at this point - fragility arising of two different hash...
Ran into challenge: In chaka.txt: Apr 19 13:12:24 Network failure Apr 19 13:13:04 New election started on site2-db1 while disconnected Apr 19 13:13:25 site2-db1 kernel: drbd dforce: role( Primary ->...
This is the next batch of refactorings from PR #82, though there are a couple differences from what's in those patches: * Note the FOREACH_NODE -> _FOREACH_NODE stuff. Basically, I...
I've tested this a little bit several weeks ago, but obviously it needs to be more thoroughly tested again. I'd love to come up with a way to do this...
I've resisted doing these kinds of changes but there's several things about existing coding style (primarily, the lack of braces in a lot of places) that annoy me. And then...