Something went wrong! An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator. Something went wrong! An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator. listen memcached 192.168.1.32:11211 balance source option tcpka option httpchk maxconn 10000 server node1 192.168.1.35:11211 check inter 2000 rise 2 fall 5 server node2 192.168.1.36:11211 check inter 2000 rise 2 fall 5
其中192.168.1.32是我的虚拟IP,由Keepalived提供,192.168.1.35&192.168.1.36是我的2个控制器IP地址,11211是两个控制器上的memcached服务端口打开/侦听。