Re: [ovs-dev] [PATCH 1/2] ovn pacemaker: Fix return code errors in start/stop action

2017-05-23 Thread Andy Zhou
On Mon, May 22, 2017 at 9:12 PM, Numan Siddique wrote: > > > On Tue, May 23, 2017 at 5:21 AM, Andy Zhou wrote: >> >> On Sun, May 21, 2017 at 6:35 PM, wrote: >> > From: Numan Siddique >> > >> > start action returns

Re: [ovs-dev] [PATCH 1/2] ovn pacemaker: Fix return code errors in start/stop action

2017-05-22 Thread Numan Siddique
On Tue, May 23, 2017 at 5:21 AM, Andy Zhou wrote: > On Sun, May 21, 2017 at 6:35 PM, wrote: > > From: Numan Siddique > > > > start action returns OCF_RUNNING_MASTER in certain scenarios. > > But as per the OCF guidelines, status code

Re: [ovs-dev] [PATCH 1/2] ovn pacemaker: Fix return code errors in start/stop action

2017-05-22 Thread Andy Zhou
On Sun, May 21, 2017 at 6:35 PM, wrote: > From: Numan Siddique > > start action returns OCF_RUNNING_MASTER in certain scenarios. > But as per the OCF guidelines, status code OCF_RUNNING_MASTER shoud > be returned only in monitor action [1]. > > Whenever

[ovs-dev] [PATCH 1/2] ovn pacemaker: Fix return code errors in start/stop action

2017-05-21 Thread nusiddiq
From: Numan Siddique start action returns OCF_RUNNING_MASTER in certain scenarios. But as per the OCF guidelines, status code OCF_RUNNING_MASTER shoud be returned only in monitor action [1]. Whenever the start action returns OCF_RUNNING_MASTER, it is observed in the testing