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

2019-07-24 Thread Dumitru Ceara
On Wed, Jul 24, 2019 at 12:06 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-controlle

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

2019-07-24 Thread Han Zhou
On Wed, Jul 24, 2019 at 3:07 AM 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

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

2019-07-24 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")