Merge "Explicitly specify mysql node address"

This commit is contained in:
Jenkins 2014-06-23 15:28:21 +00:00 committed by Gerrit Code Review
commit f0e5111c28
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ wsrep_provider=/usr/local/mysql/lib/libgalera_smm.so
# Addresses of nodes in cluster
wsrep_cluster_address=gcomm://{{#mysql.nodes}}{{ip}},{{/mysql.nodes}}
# Node's network address, this address should be also included in
# wsrep_cluster_address addresses list
wsrep_node_address={{local-ipv4}}
# SST method
wsrep_sst_method=rsync