[ovs-dev] [PATCH ovn] Fix the chassis row recreation issue

2019-07-29 Thread nusiddiq
From: Numan Siddique Before the commit [1], ovn-controller would always recreate its chassis row if deleted externally. After this commit, it no longer recreates it. This is regression and needs to be fixed. [1] - 242f1799fc22("ovn-controller: Refactor chassis.c to abstract the string parsing")

Re: [ovs-dev] [PATCH ovn] Fix the chassis row recreation issue

2019-07-29 Thread Numan Siddique
On Mon, Jul 29, 2019 at 10:54 PM wrote: > From: Numan Siddique > > Before the commit [1], ovn-controller would always recreate its > chassis row if deleted externally. After this commit, it no longer > recreates it. This is regression and needs to be fixed. > > [1] - 242f1799fc22("ovn-controller