Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "HA minor update: fix bad pcs invocation"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jun 10, 2021
2 parents c144e9e + 1662600 commit 8b0dd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_config_scripts/pacemaker_restart_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ else
# already running elsewhere.
echo "$(date -u): ${BUNDLE_NAME} is currently not running on '${HOST}'," \
"cleaning up its state to restart it if necessary"
/sbin/pcs resource cleanup $BUNDLE_NAME --node "${HOST}"
/sbin/pcs resource cleanup $BUNDLE_NAME node="${HOST}"
fi

# Wait until the resource is in the expected target state
Expand Down

0 comments on commit 8b0dd8a

Please sign in to comment.