diff options
-rwxr-xr-x | extraconfig/tasks/pacemaker_resource_restart.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extraconfig/tasks/pacemaker_resource_restart.sh b/extraconfig/tasks/pacemaker_resource_restart.sh index b2bdc55a..09a452e6 100755 --- a/extraconfig/tasks/pacemaker_resource_restart.sh +++ b/extraconfig/tasks/pacemaker_resource_restart.sh @@ -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 |