diff --git a/chef/cookbooks/mysql/recipes/ha_galera.rb b/chef/cookbooks/mysql/recipes/ha_galera.rb index 07e48df871..bc1f9ed188 100644 --- a/chef/cookbooks/mysql/recipes/ha_galera.rb +++ b/chef/cookbooks/mysql/recipes/ha_galera.rb @@ -203,6 +203,11 @@ "datadir" => node[:database][:mysql][:datadir], "log" => "/var/log/mysql/mysqld.log" }) + meta ({ + "migration-threshold" => "3", + "failure-timeout" => "1800s", + "resource-stickiness" => "100" + }) op primitive_op action :update only_if { CrowbarPacemakerHelper.is_cluster_founder?(node) }