Compare commits
No commits in common. "fa05a3d7d3202528d7386a806f22cf5ad5f55777" and "abcd3337ddd89849d4142c9141dd10918f7aeea6" have entirely different histories.
fa05a3d7d3
...
abcd3337dd
2 changed files with 1 additions and 7 deletions
|
@ -1,9 +1,3 @@
|
||||||
# 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.
|
||||||
|
|
|
@ -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_drbd_backend,
|
@haproxy_pgsql_backend,
|
||||||
drbd_instance.haproxy_server,
|
drbd_instance.haproxy_server,
|
||||||
"state",
|
"state",
|
||||||
"ready"
|
"ready"
|
||||||
|
|
Loading…
Reference in a new issue