haproxy: fix SSHFS backend activation in HAProxy
This commit is contained in:
parent
abcd3337dd
commit
f4b6c0f929
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ defmodule HAHandler.Control do
|
||||||
Logger.info("Enabling routing SSHFS to (now) primary #{drbd_instance.haproxy_server}.")
|
Logger.info("Enabling routing SSHFS to (now) primary #{drbd_instance.haproxy_server}.")
|
||||||
|
|
||||||
HAProxy.set_server(
|
HAProxy.set_server(
|
||||||
@haproxy_pgsql_backend,
|
@haproxy_drbd_backend,
|
||||||
drbd_instance.haproxy_server,
|
drbd_instance.haproxy_server,
|
||||||
"state",
|
"state",
|
||||||
"ready"
|
"ready"
|
||||||
|
|
Loading…
Reference in a new issue