Merge "mariadb: enable galera clustering by default"

This commit is contained in:
Zuul 2018-01-03 08:49:01 +00:00 committed by Gerrit Code Review
commit 1c98469d57

View File

@ -37,6 +37,7 @@ wsrep_sst_method=xtrabackup-v2
wsrep_sst_auth={{ database_user }}:{{ database_password }}
wsrep_slave_threads=4
wsrep_notify_cmd=/usr/local/bin/wsrep-notify.sh
wsrep_on = ON
max_connections=10000