Skip to content

Instantly share code, notes, and snippets.

@tanji
Created October 3, 2015 13:29
Show Gist options
  • Save tanji/9026e244d63fd11941c0 to your computer and use it in GitHub Desktop.
Save tanji/9026e244d63fd11941c0 to your computer and use it in GitHub Desktop.
[mysqld]
binlog_format=ROW
innodb_buffer_pool_size=64M
innodb_autoinc_lock_mode=2
innodb_flush_log_at_trx_commit=2
bind-address=0.0.0.0
#galera settings
wsrep_provider=/usr/lib64/galera/libgalera_smm.so
wsrep_cluster_name="my_wsrep_cluster"
wsrep_cluster_address=gcomm://192.168.50.101,192.168.50.102,192.168.50.103
wsrep_sst_method=rsync
wsrep_node_address={{ ansible_eth1.ipv4.address }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment