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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user