Re: [ovs-dev] [PATCH ovn] binding: fixed port claims as additional_chassis

2023-07-12 Thread Dumitru Ceara
On 7/7/23 14:11, Ales Musil wrote: > On Tue, Jun 27, 2023 at 11:37 AM Xavier Simonart > wrote: > >> When sb is read-only, the port claim is delayed until sb is rw. >> However, before this patch, this resulted in the chassis always >> claiming the port as main (while it was maybe an additional

Re: [ovs-dev] [PATCH ovn] binding: fixed port claims as additional_chassis

2023-07-07 Thread Ales Musil
On Tue, Jun 27, 2023 at 11:37 AM Xavier Simonart wrote: > When sb is read-only, the port claim is delayed until sb is rw. > However, before this patch, this resulted in the chassis always > claiming the port as main (while it was maybe an additional chassis). > > Fixes: a7c7d4519e50

[ovs-dev] [PATCH ovn] binding: fixed port claims as additional_chassis

2023-06-27 Thread Xavier Simonart
When sb is read-only, the port claim is delayed until sb is rw. However, before this patch, this resulted in the chassis always claiming the port as main (while it was maybe an additional chassis). Fixes: a7c7d4519e50 ("controller: avoid recomputes triggered by SBDB Port_Binding updates.")