[ovs-discuss] Clustered ovsdb-server 3.1 to 3.2+ upgrade question

2024-04-25 Thread Vladislav Odintsov via discuss
Hi Ilya, I’ve got question regarding upgrade of clustered ovsdb-servers from 3.1 to 3.2+ version. ovsdb(7) states that the recommended path for upgrade is to upgrade ovsdb-servers one-by-one and that after upgrade ovsdb-server should be started with option --disable-file-no-data-conversion and

Re: [ovs-discuss] Clustered ovsdb-server 3.1 to 3.2+ upgrade question

2024-04-25 Thread Vladislav Odintsov via discuss
> On 25 Apr 2024, at 12:20, Ilya Maximets wrote: > > On 4/25/24 10:53, Vladislav Odintsov wrote: >> Hi Ilya, >> >> I’ve got question regarding upgrade of clustered ovsdb-servers from 3.1 to >> 3.2+ version. >> ovsdb(7) states that the recommended path for upgrade is to upgrade >> ovsdb-serve

Re: [ovs-discuss] Clustered ovsdb-server 3.1 to 3.2+ upgrade question

2024-04-25 Thread Vladislav Odintsov via discuss
Thank you for your answers! > On 25 Apr 2024, at 13:01, Ilya Maximets wrote: > > On 4/25/24 11:51, Vladislav Odintsov wrote: >> >> >>> On 25 Apr 2024, at 12:20, Ilya Maximets wrote: >>> >>> On 4/25/24 10:53, Vladislav Odintsov wrote: Hi Ilya, I’ve got question regarding upgra

Re: [ovs-discuss] Incorrect max_tunid

2024-06-24 Thread Vladislav Odintsov via discuss
Hi, There is a patchset under review [1] for this functionality. You can try this out locally or wait it to be accepted in upstream. 1: https://patchwork.ozlabs.org/project/ovn/list/?series=410010 regards, Vladislav Odintsov -Original Message- From: discuss on behalf of ab via discus

Re: [ovs-discuss] disable OpenFlow inactivity probing in v22.03

2024-07-11 Thread Vladislav Odintsov via discuss
Hi Krzysztof, talking about OVN < 23.09: 1. For the main OF connection which is used to configure OF flows, the probing is disabled by default. Just ensure that external_ids:ovn-openflow-probe-interval is not configured. The disconnects are harmful for ha-chassis-group functioning (false-posit

Re: [ovs-discuss] ovsdb relay server active connection probe interval do not work

2023-03-06 Thread Vladislav Odintsov via discuss
Hi Ilya, I’m wondering whether there are possible configuration parameters for ovsdb relay -> main ovsdb server inactivity probe timer. My cluster experiencing issues where relay disconnects from main cluster due to 5 sec. inactivity probe timeout. Main cluster has quite big database and a bunch

Re: [ovs-discuss] ovsdb relay server active connection probe interval do not work

2023-03-07 Thread Vladislav Odintsov via discuss
Thanks Ilya for the quick and detailed response! > On 7 Mar 2023, at 14:03, Ilya Maximets via discuss > wrote: > > On 3/7/23 00:15, Vladislav Odintsov wrote: >> Hi Ilya, >> >> I’m wondering whether there are possible configuration parameters for ovsdb >> relay -> main ovsdb server inactivity

Re: [ovs-discuss] ovsdb relay server active connection probe interval do not work

2023-03-07 Thread Vladislav Odintsov via discuss
I’ve sent last mail from wrong account and indentation was lost. Resending... > On 7 Mar 2023, at 18:01, Vladislav Odintsov via discuss > wrote: > > Thanks Ilya for the quick and detailed response! > >> On 7 Mar 2023, at 14:03, Ilya Maximets via discuss >> wr

Re: [ovs-discuss] OVN interconnection and NAT

2023-03-15 Thread Vladislav Odintsov via discuss
Hi, since you’ve configured multiple LRPs with GW chassis, you must supply logical_port for NAT rule. Did you configure it? You should see appropriate message in ovn-northd logfile. logical_port: optional string The name of the logical port where the logical_ip resides.

Re: [ovs-discuss] OVN interconnection and NAT

2023-03-15 Thread Vladislav Odintsov via discuss
the NAT rule. > On 15 Mar 2023, at 20:05, Vladislav Odintsov via discuss > wrote: > > Hi, > > since you’ve configured multiple LRPs with GW chassis, you must supply > logical_port for NAT rule. Did you configure it? > You should see appropriate messa

Re: [ovs-discuss] ovsdb relay server active connection probe interval do not work

2023-03-30 Thread Vladislav Odintsov via discuss
unt and indentation was lost. >> Resending... >> >>> On 7 Mar 2023, at 18:01, Vladislav Odintsov via discuss >>> wrote: >>> >>> Thanks Ilya for the quick and detailed response! >>> >>>> On 7 Mar 2023, at 14:03, Ilya Maxim

Re: [ovs-discuss] ovsdb relay server active connection probe interval do not work

2023-03-30 Thread Vladislav Odintsov via discuss
Thanks Ilya for such a detailed description about inactivity probes and keepalives. regards, Vladislav Odintsov regards, Vladislav Odintsov > On 31 Mar 2023, at 00:37, Ilya Maximets via discuss > wrote: > > On 3/30/23 22:51, Vladislav Odintsov via discuss wrote: >> Hi

Re: [ovs-discuss] CPU pinned at 100% , ovn-controller to ovnsb_db unstable

2023-05-02 Thread Vladislav Odintsov via discuss
Hi Ilya, let me jump into this thread. Right now I’m debugging the behaviour of ovn (22.09.x) and ovsdb-server 3.1.0 where one ovsdb update3 request makes ovsdb-server, which acts as a relay for OVN Southbound DB with only 5-6 clients connected to it (ovn-controllers, acting as a central chass

Re: [ovs-discuss] CPU pinned at 100% , ovn-controller to ovnsb_db unstable

2023-05-02 Thread Vladislav Odintsov via discuss
I ran perf record -F99 -p $(ovsdb-server) -- sleep 30 on ovsdb-server process during CPU spike. perf report result: Samples: 2K of event 'cpu-clock', Event count (approx.): 29989898690 Overhead Command Shared ObjectSymbol 58.71% ovsdb-server libopenvswitch-3.1.so.0.0.0

Re: [ovs-discuss] CPU pinned at 100% , ovn-controller to ovnsb_db unstable

2023-05-03 Thread Vladislav Odintsov via discuss
Thanks Ilya for your inputs. > On 2 May 2023, at 21:49, Ilya Maximets wrote: > > On 5/2/23 19:22, Ilya Maximets wrote: >> On 5/2/23 19:04, Vladislav Odintsov via discuss wrote: >>> I ran perf record -F99 -p $(ovsdb-server) -- sleep 30 on ovsdb-server >>> proc

Re: [ovs-discuss] CPU pinned at 100% , ovn-controller to ovnsb_db unstable

2023-05-10 Thread Vladislav Odintsov via discuss
Hi all, > On 3 May 2023, at 15:11, Ilya Maximets wrote: > > On 5/3/23 12:47, Vladislav Odintsov wrote: >> Thanks Ilya for your inputs. >> >>> On 2 May 2023, at 21:49, Ilya Maximets wrote: >>> >>> On 5/2/23 19:22, Ilya Maximets wrote: >>&g

Re: [ovs-discuss] CPU pinned at 100% , ovn-controller to ovnsb_db unstable

2023-05-10 Thread Vladislav Odintsov via discuss
1:49, Ilya Maximets wrote: >>>> >>>> On 5/2/23 19:22, Ilya Maximets wrote: >>>>> On 5/2/23 19:04, Vladislav Odintsov via discuss wrote: >>>>>> I ran perf record -F99 -p $(ovsdb-server) -- sleep 30 on ovsdb-server >>>>>> pr

[ovs-discuss] [ovn] Routing loop in OVN crashes OVS with segmentation violation

2023-06-15 Thread Vladislav Odintsov via discuss
Hi all, I’ve faced condition in flow lookup where OVS crashes with segmentation violation because of insufficient stack limit size for ovs-vswitchd daemon. Below is the reproducer: # ---> # Ensure there is a default LimitSTACK in ovs-vswitchd.service file with which OVS is run (should be 2M): g

Re: [ovs-discuss] [ovn] Routing loop in OVN crashes OVS with segmentation violation

2023-06-15 Thread Vladislav Odintsov via discuss
> On 15 Jun 2023, at 16:16, Eelco Chaudron via discuss > wrote: > > > > On 15 Jun 2023, at 14:36, Vladislav Odintsov via discuss wrote: > >> Hi all, >> >> I’ve faced condition in flow lookup where OVS crashes with segmentation >> violation bec

Re: [ovs-discuss] [ovn] Routing loop in OVN crashes OVS with segmentation violation

2023-06-15 Thread Vladislav Odintsov via discuss
;> wrote: >>>> >>>> >>>> >>>> On 15 Jun 2023, at 14:36, Vladislav Odintsov via discuss wrote: >>>> >>>>> Hi all, >>>>> >>>>> I’ve faced condition in flow lookup where OVS crashes with se

Re: [ovs-discuss] OVN: DHCP Support for vtep port type

2023-08-31 Thread Vladislav Odintsov via discuss
Hi Austin, There is a special function in northd.c to handle hairpin traffic - build_vtep_hairpin(). The mentioned flows are not matched due to flow [1], which by default sends all traffic received from vtep lport to l2lkp table for local delivery. As you correctly noticed, there is no instance

Re: [ovs-discuss] OVN: scaling L2 networks beyond 10k chassis - proposals

2023-09-30 Thread Vladislav Odintsov via discuss
Hi Robin, Please, see inline. regards, Vladislav Odintsov > On 29 Sep 2023, at 18:14, Robin Jarry via discuss > wrote: > > Felix Huettner, Sep 29, 2023 at 15:23: >>> Distributed mac learning >>> > [snip] >>> >>> Cons: >>> >>> - How to manage seamless upgrades? >>>

Re: [ovs-discuss] OVN: scaling L2 networks beyond 10k chassis - proposals

2023-09-30 Thread Vladislav Odintsov via discuss
regards, Vladislav Odintsov > On 30 Sep 2023, at 16:50, Robin Jarry wrote: > > Hi Vladislav, Frode, > > Thanks for your replies. > > Frode Nordahl, Sep 30, 2023 at 10:55: >> On Sat, Sep 30, 2023 at 9:43 AM Vladislav Odintsov via discuss >> wrote: >>&

Re: [ovs-discuss] OVN: scaling L2 networks beyond 10k chassis - proposals

2023-09-30 Thread Vladislav Odintsov via discuss
> Hi Vladislav, Frode,> >> > Thanks for your replies.> >> > Frode Nordahl, Sep 30, 2023 at 10:55:> >> On Sat, Sep 30, 2023 at 9:43 AM Vladislav Odintsov via discuss> >> <ovs-discuss@openvswitch.org> wrote:> >>>> On 29 Sep 2023, at

[ovs-discuss] OVS & OVN HWOL with Nvidia ConnectX-6 Dx - Kernel flower acknowledgment does not match request

2023-10-17 Thread Vladislav Odintsov via discuss
Hi, I’m testing OVS hardware offload with tc flower with Mellanox/NVidia ConnectX-6 Dx smartnic and see next warning in ovs-vswitchd log: 2023-10-17T14:23:15.116Z|00386|tc(handler20)|WARN|Kernel flower acknowledgment does not match request! Set dpif_netlink to dbg to see which rule caused this

Re: [ovs-discuss] OVS & OVN HWOL with Nvidia ConnectX-6 Dx - Kernel flower acknowledgment does not match request

2023-10-18 Thread Vladislav Odintsov via discuss
Hi Ilya, thanks for your response! > On 18 Oct 2023, at 15:59, Ilya Maximets via discuss > wrote: > > On 10/17/23 16:30, Vladislav Odintsov via discuss wrote: >> Hi, >> >> I’m testing OVS hardware offload with tc flower with Mellanox/NVidia >> ConnectX-6

Re: [ovs-discuss] ovsdb relay server active connection probe interval do not work

2023-10-18 Thread Vladislav Odintsov via discuss
Hi Ilya, Terry, > On 7 Mar 2023, at 14:03, Ilya Maximets wrote: > > On 3/7/23 00:15, Vladislav Odintsov wrote: >> Hi Ilya, >> >> I’m wondering whether there are possible configuration parameters for ovsdb >> relay -> main ovsdb server inactivity probe timer. >> My cluster experiencing issues w

Re: [ovs-discuss] ovsdb relay server active connection probe interval do not work

2023-10-18 Thread Vladislav Odintsov via discuss
> On 18 Oct 2023, at 18:59, Ilya Maximets wrote: > > On 10/18/23 17:14, Vladislav Odintsov wrote: >> Hi Ilya, Terry, >> >>> On 7 Mar 2023, at 14:03, Ilya Maximets wrote: >>> >>> On 3/7/23 00:15, Vladislav Odintsov wrote: Hi Ilya, I’m wondering whether there are possible confi

Re: [ovs-discuss] OVS & OVN HWOL with Nvidia ConnectX-6 Dx - Kernel flower acknowledgment does not match request

2023-10-19 Thread Vladislav Odintsov via discuss
> On 18 Oct 2023, at 18:43, Ilya Maximets via discuss > wrote: > > On 10/18/23 16:24, Vladislav Odintsov wrote: >> Hi Ilya, >> >> thanks for your response! >> >>> On 18 Oct 2023, at 15:59, Ilya Maximets via discuss >>> wrote: >

Re: [ovs-discuss] OVS & OVN HWOL with Nvidia ConnectX-6 Dx - Kernel flower acknowledgment does not match request

2023-10-31 Thread Vladislav Odintsov via discuss
:08, Ilya Maximets wrote: >> >>> On 10/26/23 14:05, Odintsov Vladislav wrote: >>>> Hi, >>>> >>>>> On 19 Oct 2023, at 17:06, Vladislav Odintsov via discuss >>>>> wrote: >>>>> >>>>> >>>>&

Re: [ovs-discuss] Enormous amount of records into openvswitch db Bridge table external_ids ct-zone

2023-11-15 Thread Vladislav Odintsov via discuss
Hi, > On 15 Nov 2023, at 12:49, Шагов Георгий via discuss > wrote: > > Hello Ales > > I really appreciate your reply. It helps a lot. > > ovn-appctl -t ovn-controller ct-zone-list > this request produced about 7K+ records. So, it seems like 6K5 records for > ct-zone in Bridge Table seems t

Re: [ovs-discuss] Enormous amount of records into openvswitch db Bridge table external_ids ct-zone

2023-11-15 Thread Vladislav Odintsov via discuss
> On 15 Nov 2023, at 16:41, Шагов Георгий via discuss > wrote: > > Hello Vladislav > > I really appreciate your reply to the problem > AFAIK, ovn-controller doesn’t use TCP sockets to connect to local OVS, so it > seems that this ERR message is not related to OVS<->ovn-controller interactio

Re: [ovs-discuss] LB with HW-VTEP

2023-12-19 Thread Vladislav Odintsov via discuss
Hi Sergey, The LB support for HW VTEP is not implemented. The main trouble is the fact that HW VTEP device itself cannot modify packets or do whatever with control plane traffic (answer ARPs, etc.). At least for now. Additional L3 Gateway chassis can be used to connect routed overlay topologies

Re: [ovs-discuss] OVN SB DB from RAFT cluster to Relay DB

2024-03-05 Thread Vladislav Odintsov via discuss
Hi Felix, > On 6 Mar 2024, at 10:16, Felix Huettner via discuss > wrote: > > Hi Srini, > > i can share what works for us for ~1k hypervisors: > > On Tue, Mar 05, 2024 at 09:51:43PM -0800, Sri kor via discuss wrote: >> Hi Team, >> >> >> Currently , we are using OVN in RAFT cluster mode. We h

Re: [ovs-discuss] Huge Logical_DP_Groups; NorthD 100% CPU

2024-03-28 Thread Vladislav Odintsov via discuss
Hi George, do you experience these problems with 22.03 version? If yes, you may want try patch by Ilya [1], which is a part of 23.09 release. Shortly, there was a problem where a new datapath in OVN caused a full re-create of datapath_groups, which results in a huge ovsdb transaction. 1: https:

Re: [ovs-discuss] Huge Logical_DP_Groups; NorthD 100% CPU

2024-03-28 Thread Vladislav Odintsov via discuss
Sorry, it first appeared in 23.06. > On 28 Mar 2024, at 17:13, Vladislav Odintsov wrote: > > Hi George, > > do you experience these problems with 22.03 version? > If yes, you may want try patch by Ilya [1], which is a part of 23.09 release. > Shortly, there was a problem where a new datapath in