Update the haproxy config file about the option of galera_cluster

listen galera_cluster option: httpchk -->  mysql-check

Change-Id: I0ef872914fc762abad30acd86afa670e0e78d04d
Closes-Bug: #1566771
This commit is contained in:
zhangguoqing 2016-04-14 13:59:55 +08:00
parent 5fa322b230
commit b4a22f65c7
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ You need a copy of it on each controller node.
listen galera_cluster
bind <Virtual IP>:3306
balance source
option httpchk
option mysql-check
server controller1 10.0.0.12:3306 check port 9200 inter 2000 rise 2 fall 5
server controller2 10.0.0.13:3306 backup check port 9200 inter 2000 rise 2 fall 5
server controller3 10.0.0.14:3306 backup check port 9200 inter 2000 rise 2 fall 5