Re: [devel] [PATCH 1/1] imm: Ignore the sync'ed IMMND nodes that are not up [#2418]

2017-04-24 Thread Neelakanta Reddy
Hi Hung, Reviewed the patch. Ack. /Neel. On 2017/04/13 02:22 PM, Hung Nguyen wrote: > Add new 'isUp' flag to IMMD_IMMND_INFO_NODE. > If a new IMMND node is added during MDS UP event or intro message, > the flag is set to true. > If a new IMMND node is added during coldsync, the flag is set to

Re: [devel] [PATCH 1/1] imm: Ignore the sync'ed IMMND nodes that are not up [#2418]

2017-04-18 Thread Hung Nguyen
Hi Zoran, I will fix that when pushing the patch. Thanks, Hung Nguyen - DEK Technologies From: Zoran Milinkovic zoran.milinko...@ericsson.com Sent: Tuesday, April 18, 2017 5:51PM To: Hung Nguyen

Re: [devel] [PATCH 1/1] imm: Ignore the sync'ed IMMND nodes that are not up [#2418]

2017-04-18 Thread Zoran Milinkovic
Hi Hung, Ack with a minor inline comment. -Original Message- From: Hung Nguyen [mailto:hung.d.ngu...@dektech.com.au] Sent: den 13 april 2017 10:52 To: Zoran Milinkovic Cc: opensaf-devel@lists.sourceforge.net; Hung Duc Nguyen

[devel] [PATCH 1/1] imm: Ignore the sync'ed IMMND nodes that are not up [#2418]

2017-04-13 Thread Hung Nguyen
Add new 'isUp' flag to IMMD_IMMND_INFO_NODE. If a new IMMND node is added during MDS UP event or intro message, the flag is set to true. If a new IMMND node is added during coldsync, the flag is set to false. The flag will be set to true when MDS UP event comes. --- src/imm/immd/immd_cb.h| 1