HAProxy: After upgrading 2.5.0 -> 2.5.1 no server entries in backend
-
I just upgraded from pfSense 2.5.0 to 2.5.1 and HAProxy stopped working. After taking a deeper look I saw that the generated file /var/etc/haproxy/haproxy.conf has backends without server entries like here:
backend kubernetes_ipvANY mode tcp id 123 log global timeout connect 10000 timeout server 10000 retries 2
but is is configured like shown here:
What could be the reason for that?
I am using HAProxy (not HAProxy-devel). Any ideas?
-
BTW: Same with HAProxy-devel
-
I backed up the configuration, removed the whole <haproxy>....</haproxy> block from the XML and restore that new configuration and created some tests hosts... Same result, the server entries are missing - I am totally clueless:
backend kubernetes_ipvANY mode tcp id 100 log global timeout connect 30000 timeout server 30000 retries 3 option httpchk OPTIONS / backend ingress_ipvANY mode http id 104 log global timeout connect 30000 timeout server 30000 retries 3 option httpchk OPTIONS /
Is it possible that I am the only one with this problem? I happened after 2.5.0 -> 2.5.1 update without any other configuration change. On 2.5.0 this was working flawlessly.
-
Ok, this was a side effect of this problem: https://forum.netgate.com/topic/162978/unbound-stop-working-on-127-0-0-1-after-2-5-1-upgrade