[tickets] [opensaf:tickets] #647 AMF watchdog HC timeout, missing TRYAGAIN handling

2013-12-03 Thread Hans Feldt
--- ** [tickets:#647] AMF watchdog HC timeout, missing TRYAGAIN handling** **Status:** unassigned **Created:** Tue Dec 03, 2013 03:51 PM UTC by Hans Feldt **Last Updated:** Tue Dec 03, 2013 03:51 PM UTC **Owner:** nobody At one occasion this happened, probably at TIPC overload: Nov 14 07:04:

[tickets] [opensaf:tickets] #641 MDS resend

2013-12-03 Thread Hans Feldt
now the patch should be correct Attachment: mds (1.5 kB; application/octet-stream) --- ** [tickets:#641] MDS resend** **Status:** unassigned **Created:** Thu Nov 28, 2013 09:40 AM UTC by Hans Feldt **Last Updated:** Tue Dec 03, 2013 10:13 AM UTC **Owner:** nobody Occasionally we see TIPC li

[tickets] [opensaf:tickets] Re: #646 AMF: possible to add duplicate nodes to node groups

2013-12-03 Thread Anders Bjornerstedt
SA_IMM_ATTR_NO_DUPLICATGES can be upgraded in to an attrtibute defintion for a multivalued attribute in a class. But a runtime check is done by the IMM over the class extent that no instance has duplicates in that attribute. If any instance has duplicates, the IMM does not try to correct it, inst

Re: [tickets] [opensaf:tickets] #646 AMF: possible to add duplicate nodes to node groups

2013-12-03 Thread Anders Björnerstedt
SA_IMM_ATTR_NO_DUPLICATGES can be upgraded in to an attrtibute defintion for a multivalued attribute in a class. But a runtime check is done by the IMM over the class extent that no instance has duplicates in that attribute. If any instance has duplicates, the IMM does not try to correct it, inst

[tickets] [opensaf:tickets] #191 IMM: SaNameT 256 byte size limit and RDN 64 byte size limit.

2013-12-03 Thread Anders Widell
- **Milestone**: 4.4.FC --> 4.5.FC --- ** [tickets:#191] IMM: SaNameT 256 byte size limit and RDN 64 byte size limit.** **Status:** accepted **Created:** Tue May 14, 2013 08:12 AM UTC by Anders Bjornerstedt **Last Updated:** Tue Nov 19, 2013 04:29 PM UTC **Owner:** Anders Widell The SaNameT t

[tickets] [opensaf:tickets] #646 AMF: possible to add duplicate nodes to node groups

2013-12-03 Thread Hans Feldt
--- ** [tickets:#646] AMF: possible to add duplicate nodes to node groups** **Status:** unassigned **Created:** Tue Dec 03, 2013 02:03 PM UTC by Hans Feldt **Last Updated:** Tue Dec 03, 2013 02:03 PM UTC **Owner:** nobody It is possible to add a node to a node group several times. This could

[tickets] [opensaf:tickets] #635 IMM: Update the README file to document NO_DANGLING

2013-12-03 Thread Anders Bjornerstedt
Assuming that enhancement #50 IMM: Add possibility to efficiently find all NO_DANGLING references to an object also makes it into OpenSAF 4.4, then the IMM README needs to be updated also with the description of the added search interface. --- ** [tickets:#635] IMM: Update the README file

[tickets] [opensaf:tickets] #639 IMMSV: 2PBE - Automatic internal transition to oneSafe2PBE when an SC goes down.

2013-12-03 Thread Anders Bjornerstedt
- **summary**: IMMSV: Support to allow CCB's when a controller is down when 2PBE is configured --> IMMSV: 2PBE - Automatic internal transition to oneSafe2PBE when an SC goes down. - Description has changed: Diff: --- old +++ new @@ -1 +1,37 @@ -When 2PBE configuration is used IMM will not

[tickets] [opensaf:tickets] #76 AMF: if all nodes have joined the cluster, cancel the assignment timer and assign anyway

2013-12-03 Thread Nagendra Kumar
- **status**: review --> fixed --- ** [tickets:#76] AMF: if all nodes have joined the cluster, cancel the assignment timer and assign anyway** **Status:** fixed **Created:** Mon May 13, 2013 04:25 AM UTC by Nagendra Kumar **Last Updated:** Tue Dec 03, 2013 12:24 PM UTC **Owner:** Nagendra Kum

[tickets] [opensaf:tickets] #76 AMF: if all nodes have joined the cluster, cancel the assignment timer and assign anyway

2013-12-03 Thread Nagendra Kumar
changeset: 4667:d46990fa185c tag: tip user:Nagendra Kumar date:Tue Dec 03 17:53:18 2013 +0530 summary: amfd: Add oper state criteria for SUs for stopping Cluster Timer[#76] [staging:d46990] --- ** [tickets:#76] AMF: if all nodes have joined the cluster, cancel the

[tickets] [opensaf:tickets] #60 IMM: Immnd assert on MDS network partition should be changed to LOG_ER+exit

2013-12-03 Thread Anders Bjornerstedt
- **status**: accepted --> review --- ** [tickets:#60] IMM: Immnd assert on MDS network partition should be changed to LOG_ER+exit** **Status:** review **Created:** Wed May 08, 2013 08:43 AM UTC by Anders Bjornerstedt **Last Updated:** Mon Nov 11, 2013 10:49 AM UTC **Owner:** Anders Bjorners

[tickets] [opensaf:tickets] #641 MDS resend

2013-12-03 Thread Mathi Naickan
I didn't intend to suggest that OpenSAF should attempt to alter either of them. Especially when there is already support to configure importance at build time. My point was to imagine whether even after tuning all the attributes exposed by TIPC for congestion control, we would still hit the EAGA

[tickets] [opensaf:tickets] #624 IMM: Many immomtest cases fail incorrectly if 2PBE is enabled.

2013-12-03 Thread Anders Bjornerstedt
- **assigned_to**: Zoran Milinkovic --> Anders Bjornerstedt --- ** [tickets:#624] IMM: Many immomtest cases fail incorrectly if 2PBE is enabled.** **Status:** assigned **Created:** Tue Nov 12, 2013 01:48 PM UTC by Anders Bjornerstedt **Last Updated:** Tue Nov 12, 2013 01:48 PM UTC **Owner:**

[tickets] [opensaf:tickets] #50 IMM: Add possibility to efficiently find all NO_DANGLING references to an object

2013-12-03 Thread Anders Bjornerstedt
- Description has changed: Diff: --- old +++ new @@ -13,7 +13,7 @@ 1) The searchOptions parameter must set a new search-criteria flag: - #define SA_IMM_SEARCH_NO_DANGLING_DEPENDENTS + #define SA_IMM_SEARCH_NO_DANGLING_DEPENDENTS 0x0010 This flag indicates that the intent

[tickets] [opensaf:tickets] #50 IMM: Add possibility to efficiently find all NO_DANGLING references to an object

2013-12-03 Thread Anders Bjornerstedt
- Description has changed: Diff: --- old +++ new @@ -1,15 +1,43 @@ Migrated from: http://devel.opensaf.org/ticket/3123 -This is related to enhacement #49 (https://sourceforge.net/p/opensaf/tickets/49) +This is related to enhancement #49 (https://sourceforge.net/p/opensaf/tickets/49)