Merge "Enable galera replication for Mariadb 10.1" into stable/mitaka

This commit is contained in:
Jenkins 2016-04-05 09:18:46 +00:00 committed by Gerrit Code Review
commit 7e4f958fb5
1 changed files with 2 additions and 0 deletions

View File

@ -185,8 +185,10 @@ if hiera('step') >= 1 {
'bind-address' => $::hostname,
'max_connections' => hiera('mysql_max_connections'),
'open_files_limit' => '-1',
'wsrep_on' => 'ON',
'wsrep_provider' => '/usr/lib64/galera/libgalera_smm.so',
'wsrep_cluster_name' => 'galera_cluster',
'wsrep_cluster_address' => "gcomm://${galera_nodes}",
'wsrep_slave_threads' => '1',
'wsrep_certify_nonPK' => '1',
'wsrep_max_ws_rows' => '131072',