[tickets] [opensaf:tickets] #1538 AMF: Simplify conditional statements

2016-01-20 Thread Praveen
https://sourceforge.net/p/opensaf/mailman/message/34757694/ changeset: 7243:5eec93637c7e user:Minh Hon Chau date:Thu Jan 21 10:53:27 2016 +0530 summary: amfnd: Simplify if statement for qualified assignment component [#1538] --- **

[tickets] [opensaf:tickets] #1523 AMF : Standby assignments are not done if SaAmfCompCsType is not defined for one SI ( nway)

2016-01-20 Thread Praveen
- **status**: review --> fixed - **Comment**: searching for changes changeset: 7244:337383f87f0a branch: opensaf-4.6.x parent: 7240:fb3727aebc20 user:praveen.malv...@oracle.com date:Thu Jan 21 11:06:17 2016 +0530 summary: amfd: fix assignment of standby HA state in

[tickets] [opensaf:tickets] #1500 AMF: Fails to repair failed SU when failed component has attribute saAmfCompDisableRestart=1

2016-01-20 Thread Minh Hon Chau
- **status**: review --> fixed --- ** [tickets:#1500] AMF: Fails to repair failed SU when failed component has attribute saAmfCompDisableRestart=1** **Status:** fixed **Milestone:** 4.6.2 **Created:** Thu Sep 24, 2015 01:16 PM UTC by Quyen Dao **Last Updated:** Tue Dec 15, 2015 04:25 AM UTC

[tickets] [opensaf:tickets] #1538 AMF: Simplify conditional statements

2016-01-20 Thread Minh Hon Chau
- **status**: review --> fixed --- ** [tickets:#1538] AMF: Simplify conditional statements** **Status:** fixed **Milestone:** 5.0.FC **Labels:** refactoring **Created:** Mon Oct 12, 2015 06:39 AM UTC by Minh Hon Chau **Last Updated:** Tue Dec 15, 2015 04:25 AM UTC **Owner:** Minh Hon Chau

[tickets] [opensaf:tickets] #1500 AMF: Fails to repair failed SU when failed component has attribute saAmfCompDisableRestart=1

2016-01-20 Thread Praveen
https://sourceforge.net/p/opensaf/mailman/message/34695694/ changeset: 7242:40764da009d0 parent: 7239:79f73818ea89 user:Minh Hon Chau date:Thu Jan 21 10:52:44 2016 +0530 summary: amfnd: delete comp_curr_info if comp fails into

[tickets] [opensaf:tickets] #1668 imm: Fix problems in pbeAuditClasses

2016-01-20 Thread Hung Nguyen
--- ** [tickets:#1668] imm: Fix problems in pbeAuditClasses** **Status:** accepted **Milestone:** 4.7.1 **Created:** Wed Jan 20, 2016 03:52 PM UTC by Hung Nguyen **Last Updated:** Wed Jan 20, 2016 03:52 PM UTC **Owner:** Hung Nguyen Some problems in pbeAuditClasses: 1. sqlite3_column_text()

[tickets] [opensaf:tickets] #1533 AMF : Deletion of node group should be allowed, if node group is in LOCK-IN state

2016-01-20 Thread Praveen
- **status**: accepted --> review --- ** [tickets:#1533] AMF : Deletion of node group should be allowed, if node group is in LOCK-IN state** **Status:** review **Milestone:** 5.0.FC **Created:** Fri Oct 09, 2015 09:08 AM UTC by Srikanth R **Last Updated:** Tue Dec 22, 2015 05:37 AM UTC

[tickets] [opensaf:tickets] #1666 cpsv: coredump is triggered when creating a section with long section id

2016-01-20 Thread Pham Hoang Nhat
- **status**: assigned --> accepted --- ** [tickets:#1666] cpsv: coredump is triggered when creating a section with long section id** **Status:** accepted **Milestone:** 5.0.FC **Created:** Tue Jan 19, 2016 02:47 AM UTC by Pham Hoang Nhat **Last Updated:** Tue Jan 19, 2016 02:47 AM UTC

[tickets] [opensaf:tickets] #1664 imm: immnd asserted in Ccb apply

2016-01-20 Thread Neelakanta Reddy
- **status**: accepted --> fixed - **Comment**: changeset: 7237:7e128bc2d76d branch: opensaf-4.6.x parent: 7233:5fdd071344f2 user:Neelakanta Reddy date:Wed Jan 20 17:28:30 2016 +0600 summary: imm: corrected the assert checking in CCb apply when CCB is aborted

[tickets] [opensaf:tickets] Re: #1626 imm: allow creation of multiple values for multi attributes

2016-01-20 Thread Hung Nguyen
Yes, only one SaImmAttrModificationT_2 is allowed for each attribute for saImmOmCcbObjectModify_2. But that AttrModification may involve multiple values (attrValuesNumber > 1). For example: immcfg -a attr1=1 -a attr1=2 test=1 should be interpreted as modType = SA_IMM_ATTR_VALUES_REPLACE

[tickets] [opensaf:tickets] Re: #1626 imm: allow creation of multiple values for multi attributes

2016-01-20 Thread Neelakanta Reddy
>From the above example immcfg -a attr1=1 -a attr1=2 test=1 Here, there may be more confusion whether the final value is 1 or 2 similarly for mixed mod type. --- ** [tickets:#1626] imm: allow creation of multiple values for multi attributes** **Status:** review **Milestone:** 5.0.FC

[tickets] [opensaf:tickets] Re: #1626 imm: allow creation of multiple values for multi attributes

2016-01-20 Thread Hung Nguyen
We are talking about atrributes defined as MULTI_VALUE so there's no such final value. We will add both '1' and '2' to the attribute, multi-valued attributes can have more than one attribute. Of course, those examples above are only for attributes defined as MULTI_VALUE, any attemp to do that