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 #220 from jsuchome/interleave-clones
Browse files Browse the repository at this point in the history
interleave Apache clones to minimise disruption (bsc#965886)
  • Loading branch information
aspiers committed Apr 8, 2016
2 parents e2bf74c + a2a8932 commit 9afe665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chef/cookbooks/crowbar-pacemaker/recipes/apache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
pacemaker_clone "cl-#{service_name}" do
rsc service_name
action [ :create, :start ]
meta ({
"interleave" => "true"
})
only_if { CrowbarPacemakerHelper.is_cluster_founder?(node) }
end

Expand Down

0 comments on commit 9afe665

Please sign in to comment.