Re: [ovs-dev] [PATCH ovn v3 1/2] ovn-controller: fixed ovn-installed not always properly added or removed.

2023-04-21 Thread Ales Musil
On Wed, Apr 19, 2023 at 2:41 PM Xavier Simonart wrote: > OVN checks whether ovn-installed is already present (in OVS) before > updating it. > This might cause ovn-installed related issues in the following case: > - (1) ovn-installed is present > - (2) we claim the interface > - (3) we update ovs,

Re: [ovs-dev] [PATCH ovn v3 1/2] ovn-controller: fixed ovn-installed not always properly added or removed.

2023-04-20 Thread Xavier Simonart
As a note: The newly added system test sometimes fails as it is finding some warnings in the controller.log (e.g. 2023-04-19T13:18:29.536Z|00087|if_status|WARN|Trying to release unknown interface lsp1) This can happen in the following scenario: - logical port is created - OVS interfaces is added w

[ovs-dev] [PATCH ovn v3 1/2] ovn-controller: fixed ovn-installed not always properly added or removed.

2023-04-19 Thread Xavier Simonart
OVN checks whether ovn-installed is already present (in OVS) before updating it. This might cause ovn-installed related issues in the following case: - (1) ovn-installed is present - (2) we claim the interface - (3) we update ovs, removing ovn-installed and start installing flows - (4) (next loop),