Jan Pokorný

Results 120 comments of Jan Pokorný

There was an issue with last commit in not resolving `local` even if it is relied upon later on (hence introducing similar issue this PR aims to solve in the...

Well, haven't read correctly, it was actually `127.0.1.1` and the proposed workaround for the indeed changed Travis CI image is #51. You may pull that first and then rerun tests...

On 10/05/16 10:37 -0700, Dejan Muhamedagic wrote: > Did you perhaps read the part of the README titled Authentication? Yes, naturally. I just anticipate a change that will be required...

Also, I was made aware there are other (and more performant) keyed hash functions (`UMAC`, `Poly1035`, ...) so let's keep in mind the repertoire is far beyond selecting hash algo...

On 12/05/16 09:58 -0700, Dejan Muhamedagic wrote: > The user also has an option not to use authentication at all > which is then enforcing around 0 bits of entropy....

Also `BLAKE2` outperforms `SHA-1` by more than 50% per the claims: https://blake2.net/

True about the strange cron initiated possible interferences. Was the purpose to degrade safely to site-only mode of operation for the ticket-guarded resources (therefore assuming these are capable of such...

Actually, `booth-site` seems a better choice over `booth-agent`.

On 07/04/16 03:36 -0700, Dejan Muhamedagic wrote: > There are only two roles, site and arbitrator. As you noted, both > are provided by a single binary. Not only that,...

On 07/04/16 16:09 +0200, Jan Pokorný wrote: > By-product advantages: > - make `booth-site` properly depend on resource-agents for > - %dir /usr/lib/ocf > - %dir /usr/lib/ocf/resource.d > - /usr/lib/ocf/lib/heartbeat/ocf-shellfuncs...