A Stale Record Of The Device Was Found In The Redirector. ((exclusive)) -
# Remove stale from runtime echo "disable server devices/device1" | socat stdio /var/run/haproxy.sock echo "set server devices/device1 addr 10.2.3.5 port 8080" | socat stdio /var/run/haproxy.sock echo "enable server devices/device1" | socat stdio /var/run/haproxy.sock Better: Use DNS resolution:
Fix:
backend devices server device1 10.2.3.4:8080 check inter 5s rise 2 fall 3 Stale if device1 moves to 10.2.3.5 . a stale record of the device was found in the redirector.