On Fri, May 1, 2020 at 4:38 AM Numan Siddique <nusid...@redhat.com> wrote:
>
> On Fri, May 1, 2020 at 12:02 AM Dumitru Ceara <dce...@redhat.com> wrote:
>
> > When purging stale SB Datapath_Binding records ovn-northd doesn't
> > properly clean records from other tables that might refer the
> > datapaths being deleted.
> >
> > One way to reproduce the issue is:
> > $ ovn-nbctl lr-add lr
> > $ ovn-nbctl lrp-add lr p 00:00:00:00:00:01 1.1.1.1/24
> > $ ovn-nbctl --wait=sb sync
> > $ dp=$(ovn-sbctl --bare --columns _uuid list datapath .)
> > $ ovn-sbctl create mac_binding logical_port="p" ip="1.1.1.2"
datapath="$dp"
> > $ ovn-nbctl lrp-del p -- lr-del lr -- \
> >     lr-add lr -- lrp-add lr p 00:00:00:00:00:01 1.1.1.1/24
> >
> > Reported-by: Dan Williams <d...@redhat.com>
> > Reported-at: https://bugzilla.redhat.com/1828637
> > Signed-off-by: Dumitru Ceara <dce...@redhat.com>
> >
>
> Acked-by: Numan Siddique <num...@ovn.org>
>
> Thanks
> Numan
>
Thanks Dumitru and Numan, I applied the series to master.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to