Re: [ovs-dev] [PATCH ovn v2] controller: Fix an issue wrt cleanup of stale patch port.

2024-05-14 Thread Priyankar Jain
On 10/05/24 10:06 pm, Numan Siddique wrote: On Fri, May 3, 2024 at 11:00 AM Numan Siddique wrote: On Mon, Apr 22, 2024 at 2:49 AM Priyankar Jain wrote: Issue: Upon updating the network_name option of localnet port from one physical bridge to another, ovn-controller fails to cleanup the peer

Re: [ovs-dev] [PATCH ovn v2] controller: Fix an issue wrt cleanup of stale patch port.

2024-05-10 Thread Numan Siddique
On Fri, May 3, 2024 at 11:00 AM Numan Siddique wrote: > > On Mon, Apr 22, 2024 at 2:49 AM Priyankar Jain > wrote: > > > > Issue: > > Upon updating the network_name option of localnet port from one physical > > bridge to another, ovn-controller fails to cleanup the peer localnet > > patch port

Re: [ovs-dev] [PATCH ovn v2] controller: Fix an issue wrt cleanup of stale patch port.

2024-05-03 Thread Numan Siddique
On Mon, Apr 22, 2024 at 2:49 AM Priyankar Jain wrote: > > Issue: > Upon updating the network_name option of localnet port from one physical > bridge to another, ovn-controller fails to cleanup the peer localnet > patch port from the old bridge and ends up creating a duplicate peer > localnet

[ovs-dev] [PATCH ovn v2] controller: Fix an issue wrt cleanup of stale patch port.

2024-04-22 Thread Priyankar Jain
Issue: Upon updating the network_name option of localnet port from one physical bridge to another, ovn-controller fails to cleanup the peer localnet patch port from the old bridge and ends up creating a duplicate peer localnet patch port which fails in the following ovsdb transaction: ```