Compare commits

...

2 Commits

Author SHA1 Message Date
Timothée Floure fa05a3d7d3
Sync changelog, release 0.4.0
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
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
* 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}.")
HAProxy.set_server(
@haproxy_pgsql_backend,
@haproxy_drbd_backend,
drbd_instance.haproxy_server,
"state",
"ready"