Hello !

I'm adding two servers s01 and s02 to the current config and setting the same cookie value as for existing s1 and s2.
These cookies are here to permit sticky sessions.
What may be the behaviour of haproxy in this situation ?
'haproxy -c' on the configuration file does not show any warning or error.

backend one
        ...
        option redispatch
        balance roundrobin
        server s1 10.100.0.93:2000 cookie s1
        server s2 10.100.0.93:2001 cookie s2
        server s01 10.100.3.101:2000 cookie s1
        server s02 10.100.3.101:2001 cookie s2
        option allbackups
        server sb1 10.100.131.33:2000 cookie s1 backup
        server sb2 10.100.131.33:2001 cookie s2 backup

--
Best regards,
Artur

Reply via email to