Merge "Add systemctl reload haproxy to the pacemaker_resource_restart.sh"

This commit is contained in:
Jenkins 2016-03-24 18:00:09 +00:00 committed by Gerrit Code Review
commit 0e6071d395
1 changed files with 6 additions and 0 deletions

View File

@ -36,3 +36,9 @@ if [ "$pacemaker_status" = "active" -a \
check_resource httpd started 800
fi
if [ "$pacemaker_status" = "active" ]; then
# TODO(marios): remove this once +bug/1561012
# need this on all controllers:
systemctl reload haproxy
fi