When processing an unblock request, I noticed haproxy in beta has invalid config:
root@deployment-cache-upload08:~# haproxy -c -f /etc/haproxy/haproxy.cfg [NOTICE] (1149872) : haproxy version is 2.8.18-1~bpo11+1 [NOTICE] (1149872) : path to executable is /usr/sbin/haproxy [ALERT] (1149872) : config : parsing [/etc/haproxy/haproxy.cfg:11] : unknown keyword 'warn-blocked-traffic-after' in 'global' section [ALERT] (1149872) : config : Error(s) found in configuration file : /etc/haproxy/haproxy.cfg [ALERT] (1149872) : config : Fatal errors found in configuration. root@deployment-cache-upload08:~#
This is happening since https://gerrit.wikimedia.org/r/c/operations/puppet/+/1295007, where @CDanis added warn-blocked-traffic-after 500ms. This parameter doesn't seem to be present in haproxy 2.8 on beta.