Earlier quoted context omitted.
If you need just the floating IP address, keepalived is fine. I'm mostly bitter from spending days tracking down a race condition stemming from its notification scripts, which wasn't really keepaliveds fault per se. But if you need to start/move/constraint/notify anything along with the IP, or require sub-second failover, Corosync/Pacemaker is a far better choice. However due to their complexity, for just a floating…
Thanks for the explanation. Out of sheer curiosity (and because I run BSD-based pfSense and FreeNAS at home), how do you handle floating IPs and that sort of thing on OpenBSD?
Configuring it is deceptively simple: just create an interface with ifconfig called "carpN", specifying VID, password and IP address[1].
You can also make it load-balance traffic between your carp hosts if desired[2].
Give it a go for your next firewall/server build :)
0: https://en.wikipedia.org/wiki/Common_Address_Redundancy_Prot...