Re: [devel] [PATCH 1 of 1] osaf: increase csisetcallback timeout for services using saflog (CLM, NTF) [#720]

2014-01-30 Thread Hans Feldt
Alternatively the standby process just logs some message at start. That should do the trick too If you go the other path please keep saflog as it is and add an additional init function Skickat från min Sony Xperia™-smartphone Mathivanan Naickan Palanivelu skrev Well there is an o

[devel] [PATCH 0 of 1] Review Request for mds: Remove unnecessary syslog message about TIPC importance [#755]

2014-01-30 Thread Anders Widell
Summary: mds: Remove unnecessary syslog message about TIPC importance [#755] Review request for Trac Ticket(s): 755 Peer Reviewer(s): Mahesh Pull request to: Affected branch(es): opensaf-4.2.x, opensaf-4.3.x, opensaf-4.4.x, default(4.5) Development branch: default

Re: [devel] [PATCH 1 of 1] osaf: increase csisetcallback timeout for services using saflog (CLM, NTF) [#720]

2014-01-30 Thread Mathivanan Naickan Palanivelu
Well there is an option 4(not sure if we are talking about the same, i.e. your option 2) that can work well within the framework of 4.2 and 4.3 systems. Option 4): Split saflog() into safloginit() and saflogwrite() i.e. move the synchronous calls loginitialize, streamopen to safloginit() and saf

[devel] [PATCH 1 of 1] mds: Remove unnecessary syslog message about TIPC importance [#755]

2014-01-30 Thread Anders Widell
osaf/libs/core/mds/mds_dt_tipc.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) Remove an unnecessary log message regarding the configured TIPC importance, that was introduced in ticket [#589]. The information in the log message is unnecessary since the same information can be found

[devel] [PATCH 3 of 3] amfnd: support changing saAmfNodeFailfastOnTerminationFailure [#538]

2014-01-30 Thread Hans Feldt
osaf/services/saf/avsv/avnd/avnd_di.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/osaf/services/saf/avsv/avnd/avnd_di.c b/osaf/services/saf/avsv/avnd/avnd_di.c --- a/osaf/services/saf/avsv/avnd/avnd_di.c +++ b/osaf/services/saf/avsv/avnd/avnd_di.c @

[devel] [PATCH 0 of 3] Review Request for AMF #538

2014-01-30 Thread Hans Feldt
Summary: AMF support for saAmfNodeFailfastOnTerminationFailure Review request for Trac Ticket(s): 538 Peer Reviewer(s): Nags, Hans N Pull request to: <> Affected branch(es): all Development branch: 4.3 Impacted area Impact y/n

[devel] [PATCH 2 of 3] amfd: support changing saAmfNodeFailfastOnTerminationFailure [#538]

2014-01-30 Thread Hans Feldt
osaf/libs/common/avsv/include/avsv_defs.h |3 + osaf/services/saf/avsv/avd/avd_node.c | 124 + 2 files changed, 77 insertions(+), 50 deletions(-) diff --git a/osaf/libs/common/avsv/include/avsv_defs.h b/osaf/libs/common/avsv/include/avsv_defs.h --- a/osaf/li

[devel] [PATCH 1 of 3] amfnd: reboot node when comp cleanup fails if configured to [#538]

2014-01-30 Thread Hans Feldt
osaf/services/saf/avsv/avnd/avnd.c| 3 ++ osaf/services/saf/avsv/avnd/avnd_clm.c| 12 ++- osaf/services/saf/avsv/avnd/avnd_comp.c | 29 -- osaf/services/saf/avsv/avnd/include/avnd_cb.h | 9 4 files changed, 49 insertions(+),

[devel] [PATCH 1 of 1] IMM: README clarified ccb-op return codes for NO_DANGLING errors (#754)

2014-01-30 Thread Anders Bjornerstedt
osaf/services/saf/immsv/README.NO_DANGLING | 36 - 1 files changed, 29 insertions(+), 7 deletions(-) diff --git a/osaf/services/saf/immsv/README.NO_DANGLING b/osaf/services/saf/immsv/README.NO_DANGLING --- a/osaf/services/saf/immsv/README.NO_DANGLING +++ b/osaf/serv

[devel] [PATCH 0 of 1] Review Request for IMM: README clarified ccb-op return codes for NO_DANGLING errors (#754)

2014-01-30 Thread Anders Bjornerstedt
Summary: IMM: README clarified ccb-op return codes for NO_DANGLING errors (#754) Review request for Trac Ticket(s): 754 Peer Reviewer(s): Neel, Sirisha, Zoran Pull request to: Affected branch(es): 4.4; default(4.5) Development branch: Impacted area Impact y

Re: [devel] [PATCH 1 of 1] osaf: increase csisetcallback timeout for services using saflog (CLM, NTF) [#720]

2014-01-30 Thread Hans Feldt
See comment in ticket /Hans On 01/17/2014 11:41 AM, mathi.naic...@oracle.com wrote: > osaf/services/saf/clmsv/config/clmsv_objects.xml | 4 ++-- > osaf/services/saf/ntfsv/config/ntfsv_objects.xml | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > > It has been observed (in pre 4.

Re: [devel] [PATCH 1 of 1] amfd to exit immediately upon receiving local amfnd down [#728]

2014-01-30 Thread Hans Feldt
Ack but I think you can remove "opensaf" from the remaining log string in daemon_exit. Thanks, Hans On 01/27/2014 11:19 AM, mathi.naic...@oracle.com wrote: > osaf/libs/core/common/daemon.c | 2 +- > osaf/services/saf/amf/amfd/ndfsm.cc | 5 ++--- > 2 files changed, 3 insertions(+), 4 de

Re: [devel] [PATCH 1 of 1] amfd to exit immediately upon receiving local amfnd down [#728]

2014-01-30 Thread Nagendra Kumar
Ack Thanks -Nagu > -Original Message- > From: Mathivanan Naickan Palanivelu > Sent: 27 January 2014 15:49 > To: hans.fe...@ericsson.com; Nagendra Kumar > Cc: opensaf-devel@lists.sourceforge.net > Subject: [PATCH 1 of 1] amfd to exit immediately upon receiving local amfnd > down [#728] >