On Mon, Sep 22, 2025 at 9:50 AM Dumitru Ceara <[email protected]> wrote:
> On 9/18/25 3:19 PM, Ales Musil wrote: > > When the engine wouldn't run for whatever reason we could end up > > in a situation when SB commit would return UNCHANGED. That on its > > own is completely fine, however when we are in the middle of waiting > > for sync this would result in SB idl cur_cfg bump. The cur_cfg value > > is used for the synchronization itself, so the ovn-nbctl call would > > return early. To prevent that make sure we commit into the SB only > > if engine had the chance to run. Forcing the SB Global nb_cfg update > > in single transaction as the rest of the changes. > > > > Reported-at: https://issues.redhat.com/browse/FDP-1712 > > Signed-off-by: Ales Musil <[email protected]> > > --- > > Hi Ales, > > Thanks for the fix! We should add: > > Fixes: 0c1bde1c4a47 ("ovn-northd: Avoid recompute caused by in-flight > transactions.") > > With that: > Acked-by: Dumitru Ceara <[email protected]> > > Regards, > Dumitru > > Thank you Dumitru, I have added the missing Fixes tag, merged it into main and backported all the way to 24.03. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
