Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #273 from jsuchome/interleave-clones
Browse files Browse the repository at this point in the history
interleave Pacemaker clones to minimise disruption (bsc#965886)
  • Loading branch information
aspiers committed Apr 7, 2016
2 parents a3e8b63 + a7043fe commit 52a4042
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chef/cookbooks/cinder/recipes/controller_ha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
pacemaker_clone "cl-#{group_name}" do
rsc group_name
action [:create, :start]
meta ({
"interleave" => "true",
})
only_if { CrowbarPacemakerHelper.is_cluster_founder?(node) }
end

Expand Down

0 comments on commit 52a4042

Please sign in to comment.