[devel] [PATCH 1 of 1] amfd: ignore invalid modification of saAmfSGMaxActiveSIsperSU/saAmfSGMaxStandbySIsperSU [#1361]

2015-05-21 Thread nagendra . k
osaf/services/saf/amf/amfd/sg.cc | 31 +-- 1 files changed, 25 insertions(+), 6 deletions(-) saAmfSGMaxActiveSIsperSU is valid for NPM, N_WAY and N_WAY_ACTIVE and invalid for Nored and 2N. So, modification of this attribute for Nored and 2N redudancy models should

[devel] [PATCH 0 of 1] Review Request for build: Use the C11 standard for C and the C++11 standard for C++ [#1374]

2015-05-21 Thread Anders Widell
Summary: build: Use the C11 standard for C and the C++11 standard for C++ [#1374] Review request for Trac Ticket(s): 1374 Peer Reviewer(s): Mathi Pull request to: Affected branch(es): default(4.7) Development branch: default Impacted area Impact y/n

[devel] [PATCH 1 of 1] build: Use the C11 standard for C and the C++11 standard for C++ [#1374]

2015-05-21 Thread Anders Widell
Makefile.common | 4 ++-- README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Use the C11 standard when compiling C code, and the C++11 standard when compiling C++ code. For GCC, this means that we also bump the recommended minimum version to 4.8.1, which is the first

Re: [devel] [PATCH 0 of 1] Review Request for IMM: Correction to support for admin-op for aborting non critical ccbs [#1107]

2015-05-21 Thread Neelakanta Reddy
Hi AndersBj, Reviewed and tested the patch. Ack. /Neel. On Thursday 21 May 2015 03:26 AM, Anders Bjornerstedt wrote: Summary: IMM: Correction to support for admin-op for aborting non critical ccbs [#1107] Review request for Trac Ticket(s): 1107 Peer Reviewer(s): Neel;Zoran Pull request to:

[devel] [PATCH 1 of 2] amfd: validate CSType when creating CtCsType [#986, #1302]

2015-05-21 Thread praveen . malviya
osaf/services/saf/amf/amfd/ctcstype.cc| 24 osaf/services/saf/amf/amfd/imm.cc | 7 ++-- osaf/services/saf/amf/amfd/include/util.h | 1 + osaf/services/saf/amf/amfd/util.cc| 45 +++ 4 files changed, 74 insertions(+), 3

[devel] [PATCH 2 of 2] amfd: validate ctcstype relationship while modifying comptype in comp [#1302]

2015-05-21 Thread praveen . malviya
osaf/services/saf/amf/amfd/comp.cc| 32 +++ osaf/services/saf/amf/amfd/ctcstype.cc| 10 + osaf/services/saf/amf/amfd/include/comp.h | 1 + osaf/services/saf/amf/amfd/util.cc| 1 - 4 files changed, 43 insertions(+), 1 deletions(-)

[devel] [PATCH 0 of 2] Review Request for fix validation of CtCsType [#1302]

2015-05-21 Thread praveen . malviya
Summary: fix validation of CtCsType [#1302] Review request for Trac Ticket(s): #1302 Peer Reviewer(s): Hans N., Nagendra Pull request to: LIST THE PERSON WITH PUSH ACCESS HERE Affected branch(es): ALL Development branch: IF ANY GIVE THE REPO URL Impacted area

[devel] [PATCH 0 of 1] Review Request for IMM: Detach of PBE aborts all non-critical and non-empty CCBs [#1261]

2015-05-21 Thread Anders Bjornerstedt
Summary: IMM: Detach of PBE aborts all non-critical and non-empty CCBs [#1261] Review request for Trac Ticket(s): 1261 Peer Reviewer(s): Neel; Zoran Pull request to: Affected branch(es): default(4.7) Development branch: default(4.7) Impacted area Impact y/n

[devel] [PATCH 1 of 1] IMM: Detach of PBE aborts all non-critical and non-empty CCBs [#1261]

2015-05-21 Thread Anders Bjornerstedt
osaf/services/saf/immsv/immpbed/immpbe.cc | 24 ++-- 1 files changed, 22 insertions(+), 2 deletions(-) If the PBE detaches and re-attaches while there are one or more open non-critical (not yet committing) but non-empty CCBs, then before this enhancement one would see the

Re: [devel] [PATCH 1 of 1] IMM: Correction to support for admin-op for aborting non critical ccbs [#1107]

2015-05-21 Thread Zoran Milinkovic
Ack from me. Reviewed, but not tested. Best regards, Zoran -Original Message- From: Anders Björnerstedt Sent: Wednesday, May 20, 2015 11:57 PM To: reddy.neelaka...@oracle.com; Zoran Milinkovic Cc: opensaf-devel@lists.sourceforge.net Subject: [PATCH 1 of 1] IMM: Correction to support for