Merge "Add systemctl reload haproxy to the pacemaker_resource_restart.sh"
This commit is contained in:
commit
0e6071d395
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user