Merge "HA minor update: fix bad pcs invocation"

This commit is contained in:
Zuul 2021-06-10 13:58:21 +00:00 committed by Gerrit Code Review
commit 8b0dd8ad78
1 changed files with 1 additions and 1 deletions

View File

@ -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