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

Commit

Permalink
Merge pull request #208 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 b2062ce + bec9e6f commit e4b231d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chef/cookbooks/ceilometer/recipes/mongodb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@

pacemaker_clone "cl-mongodb" do
rsc "mongodb"
meta ({
"interleave" => "true",
})
action [:create, :start]
only_if { CrowbarPacemakerHelper.is_cluster_founder?(node) }
end
Expand Down
3 changes: 3 additions & 0 deletions chef/cookbooks/ceilometer/recipes/server_ha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,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 e4b231d

Please sign in to comment.