hello everybody, I'm writing a High-Availability failover cluster program in shell script based using the raft algorithm at the core. It's still not complete but I started to work toward portability rewriting code that rely on linux only program (like flock binary not present in the default OpenBSD installation). For now I will try to keep it working on Linux (Centos), OpenBSD and HP-UX (11.31 and maybe older).
If someone is interested in taking a look at the code and play with it on OpenBSD I will be very happy to receive some feedback. You can download my program here: https://code.google.com/p/lite-raft/ If you know of any community of #! gurus that can be interested in this kind of project let me know!! regards Luigi

