Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions chef/cookbooks/ceilometer/recipes/mongodb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
end

if ha_enabled
# Wait for all nodes to reach this point so we know that all nodes
# will have all the required packages installed and configured before
# we create the pacemaker resources.
crowbar_pacemaker_sync_mark "sync-mongodb_before_ha"

crowbar_pacemaker_sync_mark "wait-mongodb_service"

pacemaker_primitive "mongodb" do
Expand Down