On 6/9/23 18:38, Lorenzo Bianconi wrote: >> On 6/9/23 18:07, Lorenzo Bianconi wrote: >>> This is a preliminary patch to sync load_balancers applied to >>> logical_routers to Load_Balancer table in the SouthBound database. >>> >>> Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2193323 >> >> The patch doesn't seem have anything in common with the BZ. > > The issue reported in the bz is due to missing sync of lb applied to logical > router in the load_balancer table in the sb db.
True, but this particular patch doesn't fix that issue. And the change implemented in this patch is not mentioned in the linked bugzilla issue. So, the reported-at tag is not really appropriate here. > >> >> But anyway, the change propesed here is backward incompatible >> and will break upgrades. Column rename is equivalent to >> a column removal and addition of a new one. Existing clients >> will not be able to handle that. Basically, columns can never >> be removed from a schema. > > ops, right. I will fix it. > > Regards, > Lorenzo > >> >> Best regards, Ilya Maximets. >> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
