Compare commits

...

2 commits

Author SHA1 Message Date
Timothée Floure
fa05a3d7d3
Sync changelog, release 0.4.0
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2022-06-09 08:39:56 +02:00
Timothée Floure
f4b6c0f929
haproxy: fix SSHFS backend activation in HAProxy 2022-06-09 08:38:19 +02:00
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
# 2022-04-20 - v0.4.0
* Add minimal clustering logic.
* Fix crash on unavailable HAProxy socket.
* Fix invalid drbd backend state computation for haproxy.
# 2022-04-20 - v0.3.0 # 2022-04-20 - v0.3.0
* Add Appsignal support. * Add Appsignal support.

View file

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