Re: [ovs-dev] [PATCH ovn v2] Fix ha chassis failover issues for stale ha chassis entries

2019-11-07 Thread Numan Siddique
On Thu, Nov 7, 2019 at 5:57 PM Dumitru Ceara wrote: > > On Thu, Nov 7, 2019 at 10:37 AM wrote: > > > > From: Numan Siddique > > > > If ha chassis rows of an HA chassis group become stale i.e the > > HA_Chassis.chassis > > column is empty (because ovn-controller is not running in that chassis)

Re: [ovs-dev] [PATCH ovn v2] Fix ha chassis failover issues for stale ha chassis entries

2019-11-07 Thread Dumitru Ceara
On Thu, Nov 7, 2019 at 10:37 AM wrote: > > From: Numan Siddique > > If ha chassis rows of an HA chassis group become stale i.e the > HA_Chassis.chassis > column is empty (because ovn-controller is not running in that chassis) > except one row and when ha_chassis_group_is_active() > is called on

[ovs-dev] [PATCH ovn v2] Fix ha chassis failover issues for stale ha chassis entries

2019-11-07 Thread numans
From: Numan Siddique If ha chassis rows of an HA chassis group become stale i.e the HA_Chassis.chassis column is empty (because ovn-controller is not running in that chassis) except one row and when ha_chassis_group_is_active() is called on that ovn-controller, then it returns false. Ideally it