Re: [ovs-discuss] [ovn] Unable to configure LB with same VIP as DGP's IP

2022-08-31 Thread Numan Siddique
On Wed, Aug 31, 2022 at 4:04 PM Numan Siddique wrote: > > On Tue, Aug 30, 2022 at 5:42 AM Vladislav Odintsov wrote: > > > > Hi, > > > > I’ve got 1 LR, let say lr1. To this LR two LSs are connected: ls-int > > (192.168.0.1/24) with VIF 192.168.0.10 and ls-ext (172.16.0.1/24). > > On ls-ext’s GW L

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

2022-08-31 Thread wangchuanlei
Ok, i will to see how to use forward group! Thanks wangchuanlei 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

Re: [ovs-discuss] Unreasonably often OVS DB compaction

2022-08-31 Thread Ilya Maximets
On 8/31/22 08:24, Oleksandr Mykhalskyi wrote: > Hello, Ilya > It`s great news, thank you a lot! > > Regarding testing - I am not sure, we are using OVS in containers, prepared > by openstack kola team. > I will try to build OVS from source in proper way, to test the patch, and > give you feedbac

Re: [ovs-discuss] [ovn] Unable to configure LB with same VIP as DGP's IP

2022-08-31 Thread Vladislav Odintsov
Thanks Numan, adding SNAT rule worked for me. I think it is worth to add same logic for LB’s VIP to skip drop lflow. I’ve submitted a patch: https://patchwork.ozlabs.org/project/ovn/patch/20220831130635.146270-1-odiv...@gmail.com/ If it is possible to consider it to be included in 22.09, it woul

[ovs-discuss] Install Openvswitch 2.17.2 on RHEL 8

2022-08-31 Thread Dave Houser
I am tyring to install openvswitch 2.17.2 on RHEL 8. I tried using yum to install but running `yum install openvswitch` or `yum install openvswitch-dpdk` do not work, nothing is found. Your site reads this: "RHEL distributes openvswitch rpm package that supports kernel datapath. DPDK accelerated

[ovs-discuss] [OVSCON] Submission deadline extended to September 14

2022-08-31 Thread Aaron Conole
Greetings, There were a few requests over the weekend to extended the final deadline. We also had a number of submissions (about 1/2 so far) that have asked us to accommodate virtual presentations. After the conference planning meeting today, we have worked to make sure that we will can accommod

Re: [ovs-discuss] Install Openvswitch 2.17.2 on RHEL 8

2022-08-31 Thread Dave Houser
I got it to work. I did the following: - I adjusted the following in ./rhel/openvswithc.spec Changed this: `Requires: logrotate, hostname, python-six` To this: `Requires: logrotate, hostname, python2 >= 2.7, python2-six` - That error message from `yum localinstall` is not accurate. When performin

Re: [ovs-discuss] Install Openvswitch 2.17.2 on RHEL 8

2022-08-31 Thread Michał Nasiadka
Hi Dave, From my knowledge - RHEL has an FDP (Fast Data Path) repository, where those packages reside. Here are the src rpms: https://ftp.redhat.com/pub/redhat/linux/enterprise/8Base/en/Fast-Datapath/SRPMS/ Bes