Keepalived 1.2.6 发布,该版本修复的问题如下:
Fixes shadow declarations.
It fixes VRRP macvlan interface handling while reloading.
It fixes VRRP shutdown to notify other routers before it does any action affecting traffic flow.
It will stop VRRP timers before shutting down instances.
It fixes VRRP socket freeing.
It extends the VRRP script framework to support separate timeout.
There are some cosmetic changes
keepalived是一个类似于layer3, 4 & 5交换机制的软件,也就是我们平时说的第3层、第4层和第5层交换。Keepalived的作用是检测web服务器的状态,如果有一台web服务器死机, 或工作出现故障,Keepalived将检测到,并将有故障的web服务器从系统中剔除,当web服务器工作正常后Keepalived自动将web服务 器加入到服务器群中,这些工作全部自动完成,不需要人工干涉,需要人工做的只是修复故障的web服务器。
主页:http://www.keepalived.org/
下载:http://www.keepalived.org/download.html
来自:开源中国社区