带起搏器的主动式主动VIP(浮动IP)

时间:2018-10-05 08:45:08

标签: haproxy pacemaker

我想通过起搏器在主动/主动配置中的三个节点中配置haproxy:

通过所有在虚拟盒子中在centos 7中运行的机器,时间被同步并被全部授权,iptables在所有链中都设置为Accept。 / etc / hosts中定义的节点的地址 我在所有节点中设置了主机名。 公钥位于节点2和3上。 在所有节点上都安装了Haproxy,httpd和Pacemaker / Corosync。

我停下了顶棚:pcs property set stonith-enabled=false

创建VIP来访问所有计算机:

pcs resource create controller_vip ocf:heartbeat:IPaddr2 ip=192.168.1.25 cidr_netmask=24 op monitor interval=30s

创建haproxy资源并在所有节点中均处于活动状态:

pcs resource create haproxy_cluster systemd:haproxy op monitor interval=5s --clone
pcs resource clone controller_vip globally-unique=true clone-max=3 clone-node-max=3
pcs resource update controller_vip clusterip_hash=sourceip

pcs resource update haproxy_cluster master-max=3

但是问题是,当我设置那些配置有时可以在浏览器中访问vip有时不能使用ping和telnet进行检查时,有时我可以ping它,但是一段时间后我无法ping它,为什么会发生?

我想念什么,请问问题或帮助在哪里?

0 个答案:

没有答案