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
> 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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
> 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
;> 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
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
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?
>>>
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:
>>&
> 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
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
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
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
> 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
> 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:
>
: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:
>>>>>
>>>>>
>>>>&
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
> 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
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
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
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:
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
36 matches
Mail list logo