On 16 March 2011 10:45, Jaime Nebrera <[email protected]> wrote: > > Hi Malcom, > >> Source IP has a new replication feature, example here: >> >> peers mypeers >> peer haproxy1 192.168.0.1:1024 >> peer haproxy2 192.168.0.2:1024 >> peer haproxy3 10.2.0.1:1024 >> >> backend mybackend >> mode tcp >> balance roundrobin >> stick-table type ip size 20k peers mypeers >> stick on src >> >> server srv1 192.168.30:80 >> server srv2 192.168.31:80 > > Sorry for my ignorance, but were is the replication of state between two > different haproxy servers, one acting as active the other as passive? > > I mean, seems this is internal to a single server, you are stating, maintain > flow affinity based on source ip. Great, but how does the other balancer know > about this decission? > >> BTW: LVS can easily do session replication just use: >> ipvsadm --start-daemon master >> ipvsadm --start-daemon backup > > Yep, I'm aware this can be done with lvs, my doubt is if it can be done with > haproxy too. >
stick-table type ip size 20k peers mypeers This part of the statement means : replicate this session table to ALL mypeers (3 other haproxy instances). -- Regards, Malcolm Turnbull. Loadbalancer.org Ltd. Phone: +44 (0)870 443 8779 http://www.loadbalancer.org/

