Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-09-22 Thread Han Zhou
Hi Vladislav, (Sorry I didn't notice your update until now when reading the discussion of your OVN patch) I think a simple solution is to update the hardcoded 60s probe in OVS to 0, for the pre-created punix mgmt controller. We could make it configurable, but it may not make much sense since it

Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-06-08 Thread Vladislav Odintsov
Hi, I’ve sent the first part (OF probing disable) - https://patchwork.ozlabs.org/project/ovn/patch/20230608141555.1339905-1-odiv...@gmail.com/ Regarding configuration on the OVS side, I see it’s not working like I wrote before, I’ve deceived myself :) I’ve written some code in ovn-controller,

Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-06-06 Thread Vladislav Odintsov
Hi Han, thanks for your inputs! Please see comments inline. > On 5 Jun 2023, at 21:01, Han Zhou wrote: > > On Mon, Jun 5, 2023 at 8:58 AM Vladislav Odintsov > wrote: >> >> Hi Dumitru, Ilya, Han, >> >> do you guys have any comments here? >> I’m gonna start working

Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-06-05 Thread Han Zhou
On Mon, Jun 5, 2023 at 8:58 AM Vladislav Odintsov wrote: > > Hi Dumitru, Ilya, Han, > > do you guys have any comments here? > I’m gonna start working on this change in near future... > > Thank you. > > On 17 May 2023, at 18:34, Numan Siddique wrote: > > On Wed, May 17, 2023 at 4:44 AM Vladislav

Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-06-05 Thread Vladislav Odintsov
Hi Dumitru, Ilya, Han, do you guys have any comments here? I’m gonna start working on this change in near future... Thank you. > On 17 May 2023, at 18:34, Numan Siddique wrote: > > On Wed, May 17, 2023 at 4:44 AM Vladislav Odintsov > wrote: >> >> >> >>> On 16 May

Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-05-17 Thread Numan Siddique
On Wed, May 17, 2023 at 4:44 AM Vladislav Odintsov wrote: > > > > > On 16 May 2023, at 23:54, Numan Siddique wrote: > > > > Hi Vladislav, > > > > Sorry for the late reply. > > > > PSB for few comments. > > > Thanks for your reply! > My answers are inline. > > > > > > > > > On Tue, May 16, 2023

Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-05-17 Thread Vladislav Odintsov
> On 16 May 2023, at 23:54, Numan Siddique wrote: > > Hi Vladislav, > > Sorry for the late reply. > > PSB for few comments. Thanks for your reply! My answers are inline. > > > > On Tue, May 16, 2023 at 3:42 PM Vladislav Odintsov > wrote: >> >> Hi Numan,

Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-05-16 Thread Numan Siddique
Hi Vladislav, Sorry for the late reply. PSB for few comments. On Tue, May 16, 2023 at 3:42 PM Vladislav Odintsov wrote: > > Hi Numan, Dumitru, Ilya, > > I guess I’ve managed to deal with some of these problems and have some > conclusions. > Please see inline. > > > On 14 Apr 2023, at 16:26,

Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-05-16 Thread Vladislav Odintsov
Hi Numan, Dumitru, Ilya, I guess I’ve managed to deal with some of these problems and have some conclusions. Please see inline. > On 14 Apr 2023, at 16:26, Vladislav Odintsov wrote: > > And as a follow-up, I see sometimes next error message in ovn-controller log, > though there is a

Re: [ovs-dev] [ovn] ha-chassis-group false positive failover

2023-04-14 Thread Vladislav Odintsov
And as a follow-up, I see sometimes next error message in ovn-controller log, though there is a configured much higher limit in seconds for inactivity probe value for the chassis: ovs|04426|rconn|ERR|unix:/run/openvswitch/br-int.mgmt: no response to inactivity probe after 8 seconds,

[ovs-dev] [ovn] ha-chassis-group false positive failover

2023-03-30 Thread Vladislav Odintsov
Hi all, I’m facing a false positive failover in the event of openflow connection got dropped after inactivity probe timeout due to high load of ovn-controller handling huge amount of ovsdb updates. I wonder wether its a bug or I have to tune any specifics. See ovn-controller logs: