Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-10-29 Thread 张同剑
Hi Paolo: Do you mean that the same hash for nat con and conntrackcon will trigger this issue? I am also encountering this assert issue now, but I have not figured out the clear emerging scenario? Can you provide a test case that can emerge? Best regards. smime.p7s Description:

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-10-13 Thread 张同剑
Hi Paolo: Is this logic wrong for streams with the same 5-tuple hash to hit the same CT stream table? So if “avoid to include two keys with the same hash belong to the same connection even for the nat case ”, is it a waste of CT's table resources ? smime.p7s Description: S/MIME cryptographic

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-05-23 Thread Lazuardi Nasution via discuss
; From: Paolo Valerio > To: Lazuardi Nasution > Cc: , ovs-discuss@openvswitch.org > Subject: Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day > Message-ID: <871qjwt3fe@fed.void> > Content-Type: text/plain; charset=utf-8 > > Lazuardi Nasution writes: > >

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-05-04 Thread Paolo Valerio via discuss
Lazuardi Nasution writes: > Hi Paolo, > > Should we combine this patch too? > > https://patchwork.ozlabs.org/project/openvswitch/patch/ > 168192964823.4031872.3228556334798413886.st...@fed.void/ > Hi, no, it basically does the same thing in a slightly different way reducing the need for

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-05-04 Thread Lazuardi Nasution via discuss
Hi Paolo, Should we combine this patch too? https://patchwork.ozlabs.org/project/openvswitch/patch/168192964823.4031872.3228556334798413886.st...@fed.void/ Best regards. On Wed, Apr 5, 2023 at 2:51 AM Paolo Valerio wrote: > Hello, > > thanks for reporting this. > I had a look at it, and,

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-17 Thread Paolo Valerio via discuss
esting it. Paolo > Best regards > > Michael > > -Ursprüngliche Nachricht- > Von: Paolo Valerio > Gesendet: Montag, 17. April 2023 10:36 > An: Lazuardi Nasution > Cc: ovs-discuss@openvswitch.org; Plato, Michael > Betreff: Re: Re: [ovs-discuss] ovs-vswi

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-17 Thread Plato, Michael via discuss
10:36 An: Lazuardi Nasution Cc: ovs-discuss@openvswitch.org; Plato, Michael Betreff: Re: Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day Lazuardi Nasution writes: > Hi Paolo, > > I'm interested in your statement of "expired connections (but not yet > reclaime

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-17 Thread Paolo Valerio via discuss
Lazuardi Nasution writes: > Hi Paolo, > > I'm interested in your statement of "expired connections (but not yet > reclaimed)". Do you think that shortening conntrack timeout policy will help? > Or, should we make it larger so there will be fewer conntrack table update and > flush attempts? >

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-13 Thread Lazuardi Nasution via discuss
Hi Paolo, I'm interested in your statement of "expired connections (but not yet reclaimed)". Do you think that shortening conntrack timeout policy will help? Or, should we make it larger so there will be fewer conntrack table update and flush attempts? Best regards. On Wed, Apr 5, 2023 at 2:51 

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-05 Thread Paolo Valerio via discuss
Lazuardi Nasution writes: > Hi Paolo, > > Would you mind to explain this to me? Currently, I'm still looking for > compiling options of installed OVS-DPDK from Ubuntu repo. After that, I'll try > your patch and compile it with same options. > the idea is to avoid to include two keys with the

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-05 Thread Plato, Michael via discuss
Hi Paolo, many thanks for the patch. I'll try it asap... Regards Michael -Ursprüngliche Nachricht- Von: Paolo Valerio Gesendet: Dienstag, 4. April 2023 21:51 An: ovs-discuss@openvswitch.org Cc: Plato, Michael ; mrxlazuar...@gmail.com Betreff: Re: Re: [ovs-discuss] ovs-vswitchd crashes

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-05 Thread Lazuardi Nasution via discuss
April 2023 09:56 > *An:* Plato, Michael > *Cc:* ovs-discuss@openvswitch.org > *Betreff:* Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day > > > > Hi Michael, > > > > I assume that your k8s cluster is on the same subnet, right? Would you > mind testing it

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-05 Thread Plato, Michael via discuss
An: Plato, Michael Cc: ovs-discuss@openvswitch.org Betreff: Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day Hi Michael, I assume that your k8s cluster is on the same subnet, right? Would you mind testing it by shutting down one of etcd instances and see if this bug still exists

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-04 Thread Lazuardi Nasution via discuss
Hi Paolo, Would you mind to explain this to me? Currently, I'm still looking for compiling options of installed OVS-DPDK from Ubuntu repo. After that, I'll try your patch and compile it with same options. Best regards. On Wed, Apr 5, 2023, 2:51 AM Paolo Valerio wrote: > Hello, > > thanks for

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-04 Thread Paolo Valerio via discuss
Hello, thanks for reporting this. I had a look at it, and, although this needs to be confirmed, I suspect it's related to nat (CT_CONN_TYPE_UN_NAT) and expired connections (but not yet reclaimed). The nat part does not necessarily perform any actual translation, but could still be triggered by

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-04 Thread Lazuardi Nasution via discuss
hael > *Cc:* ovs-discuss@openvswitch.org > *Betreff:* Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day > > > > Hi Michael, > > > > Is your patch working on the same subnet unreachable traffic too. In my > case, crashes happen when too many unreachabl

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-04 Thread Plato, Michael via discuss
Betreff: Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day Hi Michael, Is your patch working on the same subnet unreachable traffic too. In my case, crashes happen when too many unreachable replies even from the same subnet. For example, when one of the etcd instances is down

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-04 Thread Lazuardi Nasution via discuss
* ovs-discuss@openvswitch.org > *Cc:* Plato, Michael > *Betreff:* Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day > > > > Hi, > > > > Is this related to following glibc bug? I'm not so sure about this because > when I check the glibc source of in

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-04 Thread Plato, Michael via discuss
Von: Lazuardi Nasution Gesendet: Montag, 3. April 2023 13:50 An: ovs-discuss@openvswitch.org Cc: Plato, Michael Betreff: Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day Hi, Is this related to following glibc bug? I'm not so sure about this because when I check the glibc source

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-04-03 Thread Lazuardi Nasution via discuss
lem is disappear after I remove some Kubernutes cluster VMs and some DB > cluster VMs. > > Best regards. > > >> Date: Thu, 29 Sep 2022 07:56:32 + >> From: "Plato, Michael" >> To: "ovs-discuss@openvswitch.org" >

Re: [ovs-discuss] ovs-vswitchd crashes serveral times a day

2023-03-20 Thread Lazuardi Nasution via discuss
VMs and some DB cluster VMs. Best regards. > Date: Thu, 29 Sep 2022 07:56:32 + > From: "Plato, Michael" > To: "ovs-discuss@openvswitch.org" > Subject: [ovs-discuss] ovs-vswitchd crashes serveral times a day > Message-ID: <8e53d3d0674049e69b2b7f3c4b0b8

[ovs-discuss] ovs-vswitchd crashes serveral times a day

2022-09-29 Thread Plato, Michael
Hi, we are about to roll out our new openstack infrastructure based on yoga and during our testing we observered that the openvswitch-switch systemd unit restarts several times a day, causing network interruptions for all VMs on the compute node in question. After some research we found that