diff --git a/chef/cookbooks/glance/recipes/ha.rb b/chef/cookbooks/glance/recipes/ha.rb index a8ef705..8fe2fe5 100644 --- a/chef/cookbooks/glance/recipes/ha.rb +++ b/chef/cookbooks/glance/recipes/ha.rb @@ -71,6 +71,9 @@ pacemaker_clone "cl-#{group_name}" do rsc group_name action [ :create, :start] + meta ({ + "interleave" => "true", + }) only_if { CrowbarPacemakerHelper.is_cluster_founder?(node) } end