Re: [devel] [PATCH 1/1] rde: save a role for active and standby nodes in peer info request [#2423]

2017-04-20 Thread Zoran Milinkovic
Hi Anders, I'll add your comments when I push the code. Thanks, Zoran -Original Message- From: Anders Widell Sent: den 18 april 2017 16:06 To: Zoran Milinkovic ; ramesh.bet...@oracle.com Cc: opensaf-devel@lists.sourceforge.net Subject: Re: [devel] [PATCH

Re: [devel] [PATCH 1/1] rde: save a role for active and standby nodes in peer info request [#2423]

2017-04-18 Thread Anders Widell
Ack with comments: 1) Missing space between if statement and opening parenthesis. 2) Line line length exceeds 80 characters 3) The if statement should actually be removed - call SetPeerState() unconditionally here. regards, Anders Widell On 04/11/2017 03:10 PM, Zoran Milinkovic wrote: >

[devel] [PATCH 1/1] rde: save a role for active and standby nodes in peer info request [#2423]

2017-04-11 Thread Zoran Milinkovic
When a node with active or standby role sends peer info request, the node role will be saved. This will avoid setting the active role to the new starting node. --- src/rde/rded/rde_main.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rde/rded/rde_main.cc b/src/rde/rded/rde_main.cc