Hi,
I'm doing some maintenance work on some of my backend servers from time to time, and would like to, during that time, set them in maintenance mode to avoid serving erroneous content to the users. I'm using the stats admin endpoint to set the server in maintenance mode, the server in question is marked brown and status is updated to MAINT. According to what I have read in the docs, this should make all traffic to the server stop, including healthchecks - but I keep seeing incoming traffic. I've tried killing the sessions, forcing the healthcheck to down and waiting for a few hours, but alas, I keep seeing incoming traffic on my backend server. Did I misread something in the docs? We're using a quite old version of haproxy (1.6.7), are there any known bugs that I have not been able to find using Google? Regards, Christoffer

