Re: [ovs-discuss] OVN load balancer problem of health check

2022-08-30 Thread Numan Siddique
On Wed, Aug 31, 2022 at 1:03 PM wangchuanlei wrote: > > As known to us, if load balancer is used on router, it is centralized. > If the centralized node loses connection to the compute nodes, > the vip is still on the centralized node, at this time, the vip should > not forward packets to backen

Re: [ovs-discuss] OVN load balancer problem of health check

2022-08-30 Thread 王传雷
As known to us, if load balancer is used on router, it is centralized. If the centralized node loses connection to the compute nodes, the vip is still on the centralized node, at this time, the vip should not forward packets to backends which on the compute nodes, right ? Thanks wangchuanlei On

Re: [ovs-discuss] OVN load balancer problem of health check

2022-08-29 Thread Numan Siddique
On Thu, Aug 25, 2022 at 9:54 PM wangchuanlei wrote: > > Hi, > For ovn load-balancer(lb), health check is check > the status between vip and backends. Packet is sent > by controller to backends, then backends sent a reply, > to accomplish the process of healhy check. > > On my enviroment, i hav