[tickets] [opensaf:tickets] #2016 amf: active amfd may flush imm jobs when IMM returns BAD_HANDLE.

2016-09-09 Thread Praveen
- **status**: accepted --> review - Attachments has changed: Diff: --- old +++ new @@ -1 +1,2 @@ +comp_fail.xml (11.0 kB; text/xml) is_imp.tgz (14.0 kB; application/x-compressed) - **Comment**: Attached id the configuration that I missed to include in tar. --- **

[tickets] [opensaf:tickets] #2002 CLM : Agent crashed for invalid check in buffer notification parameter

2016-09-09 Thread Mathi Naickan
- **status**: review --> fixed - **Comment**: changeset: 8041:5ced31149915 branch: opensaf-5.1.x user:mathi.naic...@oracle.com date:Fri Sep 09 18:03:50 2016 +0530 summary: clm: avoid checking length of sanamet when clm service is filling data [#2002] changeset:

[tickets] [opensaf:tickets] #2014 Rebooted controller not detected in TCP

2016-09-09 Thread Anders Widell
tcp_retries2 is a global configuration parameter that affects the whole node. We shouldn't assume that OpenSAF is the only user of TCP on the node, so we should not rely on changing this parameter. TCP_USER_TIMEOUT can be set per socket, so if it works it would be the preferred solution. ---

[tickets] [opensaf:tickets] #2018 amf: Build failure on 32-bit system

2016-09-09 Thread Anders Widell
--- ** [tickets:#2018] amf: Build failure on 32-bit system** **Status:** unassigned **Milestone:** 5.1.RC1 **Created:** Fri Sep 09, 2016 01:05 PM UTC by Anders Widell **Last Updated:** Fri Sep 09, 2016 01:05 PM UTC **Owner:** nobody Build fails on 32-bit systems (GCC version 6.1.1): ~~~

[tickets] [opensaf:tickets] #2017 Update the SMF PR document with information about faster upgrade

2016-09-09 Thread elunlen
- **summary**: Update the SMG PR document with information about faster upgrade --> Update the SMF PR document with information about faster upgrade - Description has changed: Diff: --- old +++ new @@ -1,4 +1,4 @@ Update the SMF PR document with information about: * Balanced In Service

[tickets] [opensaf:tickets] #1969 smf: One step upgrade with cluster reboot does not wait for nodes to start

2016-09-09 Thread Neelakanta Reddy
The defect case : 1. AMFD gets node up from AMFND but it rejects as CLM status is not avialable: Aug 22 6:54:24.099512 osafamfd [6694:ndfsm.cc:0281] >> avd_node_up_evh: from 2010f, safAmfNode=SC-1,safAmfCluster=myAmfCluster Aug 22 6:54:24.099519 osafamfd [6694:ndfsm.cc:0335] TR invalid node ID

[tickets] [opensaf:tickets] #2019 amf: Unit tests fail to build

2016-09-09 Thread Anders Widell
--- ** [tickets:#2019] amf: Unit tests fail to build** **Status:** unassigned **Milestone:** 5.1.RC1 **Created:** Fri Sep 09, 2016 01:08 PM UTC by Anders Widell **Last Updated:** Fri Sep 09, 2016 01:08 PM UTC **Owner:** nobody "make check" fails (32-bit system, GCC version 6.1.1, googletest

[tickets] [opensaf:tickets] #2012 clm: inconsistant additionalText and lengthAdditionalText in notification construction

2016-09-09 Thread Mathi Naickan
- **Comment**: changeset: 8043:4a8a00097561 branch: opensaf-4.7.x parent: 8023:eef3593c3597 user:mathi.naic...@oracle.com date:Fri Sep 09 18:14:01 2016 +0530 summary: clm: make values of additionalText and lengthAdditionalText the same [#2012] changeset:

[tickets] [opensaf:tickets] #2017 Update the SMG PR document with information about faster upgrade

2016-09-09 Thread elunlen
--- ** [tickets:#2017] Update the SMG PR document with information about faster upgrade** **Status:** accepted **Milestone:** 5.1.RC1 **Created:** Fri Sep 09, 2016 12:22 PM UTC by elunlen **Last Updated:** Fri Sep 09, 2016 12:22 PM UTC **Owner:** elunlen Update the SMF PR document with

[tickets] [opensaf:tickets] #1353 smf: step undoing is in progress forever until cluster reset

2016-09-09 Thread Madhurika Koppula
- **summary**: smf: two hours is spent on step undoing state --> smf: step undoing is in progress forever until cluster reset - Attachments has changed: Diff: --- old +++ new @@ -1 +1,2 @@ +1353.tgz (475.2 kB; application/octet-stream) messages_step_undo (111.1 kB;

[tickets] [opensaf:tickets] #1993 amf: amfnd crashes during su lock if CSI attribute name or value is a long dn.

2016-09-09 Thread Praveen
- **status**: accepted --> review --- ** [tickets:#1993] amf: amfnd crashes during su lock if CSI attribute name or value is a long dn.** **Status:** review **Milestone:** 5.1.RC1 **Created:** Thu Sep 01, 2016 11:09 AM UTC by Praveen **Last Updated:** Wed Sep 07, 2016 05:30 AM UTC **Owner:**

[tickets] [opensaf:tickets] #2012 clm: inconsistant additionalText and lengthAdditionalText in notification construction

2016-09-09 Thread Mathi Naickan
Forgot to change the name to Vu. The author of the patch is Vu, sorry about that. --- ** [tickets:#2012] clm: inconsistant additionalText and lengthAdditionalText in notification construction** **Status:** review **Milestone:** 5.0.1 **Created:** Thu Sep 08, 2016 11:20 AM UTC by Vu Minh

[tickets] [opensaf:tickets] #2012 clm: inconsistant additionalText and lengthAdditionalText in notification construction

2016-09-09 Thread Mathi Naickan
- **status**: review --> fixed - **Milestone**: 5.0.1 --> 4.7.2 --- ** [tickets:#2012] clm: inconsistant additionalText and lengthAdditionalText in notification construction** **Status:** fixed **Milestone:** 4.7.2 **Created:** Thu Sep 08, 2016 11:20 AM UTC by Vu Minh Nguyen **Last

[tickets] [opensaf:tickets] #2014 Rebooted controller not detected in TCP

2016-09-09 Thread Jonas Arndt
Agreed about the global nature of tcp_retried2. These parameters can be set on a socket level as well, right? Once we have the right parameter we should apply it on the sockets and not in /etc/sysctl.conf --- ** [tickets:#2014] Rebooted controller not detected in TCP** **Status:** assigned

[tickets] [opensaf:tickets] #2014 Rebooted controller not detected in TCP

2016-09-09 Thread Anders Widell
Maybe we can use TCP_USER_TIMEOUT, as suggested here: http://stackoverflow.com/questions/5907527/application-control-of-tcp-retransmission-on-linux --- ** [tickets:#2014] Rebooted controller not detected in TCP** **Status:** assigned **Milestone:** 4.7.2 **Created:** Thu Sep 08, 2016 06:20

[tickets] [opensaf:tickets] #326 amf: proxied SU's presence state hangs at INSTANTIATING state.

2016-09-09 Thread Praveen
- **status**: unassigned --> assigned - **assigned_to**: Praveen --- ** [tickets:#326] amf: proxied SU's presence state hangs at INSTANTIATING state.** **Status:** assigned **Milestone:** 4.7.2 **Created:** Fri May 24, 2013 09:34 AM UTC by Praveen **Last Updated:** Fri Sep 09, 2016 10:02 AM

[tickets] [opensaf:tickets] #1988 AMF: Admin operation continuation does not work with short cluster init timeout

2016-09-09 Thread Minh Hon Chau
Attach a patch to fix problem in this ticket Attachments: - [1988.diff](https://sourceforge.net/p/opensaf/tickets/_discuss/thread/254c8488/6b32/attachment/1988.diff) (7.8 kB; text/x-patch) --- ** [tickets:#1988] AMF: Admin operation continuation does not work with short cluster init

[tickets] [opensaf:tickets] #1995 AMF : amfd crashed while dumping AMF state

2016-09-09 Thread Praveen
- **status**: review --> fixed - **Comment**: changeset: 8033:e37990e5660b tag: tip parent: 8030:1412efc8c888 user:praveen.malv...@oracle.com date:Fri Sep 09 14:06:39 2016 +0530 summary: amfd: fix amfd crash while dumping state [#1995] changeset:

[tickets] [opensaf:tickets] #2002 CLM : Agent crashed for invalid check in buffer notification parameter

2016-09-09 Thread Mathi Naickan
- **status**: assigned --> accepted --- ** [tickets:#2002] CLM : Agent crashed for invalid check in buffer notification parameter** **Status:** accepted **Milestone:** 5.1.RC1 **Created:** Tue Sep 06, 2016 08:15 AM UTC by Srikanth R **Last Updated:** Thu Sep 08, 2016 11:44 AM UTC **Owner:**

[tickets] [opensaf:tickets] #1996 amfd: segv at avd_mds_svc_evt

2016-09-09 Thread Praveen
- **status**: review --> fixed - **Comment**: changeset: 8035:4318b5b2be61 tag: tip parent: 8033:e37990e5660b user:praveen.malv...@oracle.com date:Fri Sep 09 14:36:11 2016 +0530 summary: amf: update mds version in main process[#1996] changeset:

[tickets] [opensaf:tickets] #326 amf: proxied SU's presence state hangs at INSTANTIATING state.

2016-09-09 Thread Srikanth R
Even for failure in during csi attribute change callback timeout, proxied SU got struck in INSTANTIATING state. Sep 9 15:15:22 SLES-SLOT4 osafamfnd[25941]: NO 'safComp=proxied,safSu=PROXIED_SU1_2N,safSg=PROXIED_SG_2N,safApp=PROXIED_2N' recovery action escalated from 'componentRestart' to

[tickets] [opensaf:tickets] #1788 cpsv: saCkptCheckpointWrite() returns SA_AIS_ERR_NOT_EXIST after headless state

2016-09-09 Thread A V Mahesh (AVM)
- **Comment**: changeset: 8036:62fe50517eaf user:Hoang Vo date:Fri Sep 09 15:00:35 2016 +0530 summary: cpd: To reduce updating time out [#1788] changeset: 8037:435ec42e4847 branch: opensaf-5.1.x parent: 8034:4d1aef39599a user:

[tickets] [opensaf:tickets] #2016 amf: active amfd may flush imm jobs when IMM returns BAD_HANDLE.

2016-09-09 Thread Praveen
--- ** [tickets:#2016] amf: active amfd may flush imm jobs when IMM returns BAD_HANDLE.** **Status:** accepted **Milestone:** 4.7.2 **Created:** Fri Sep 09, 2016 10:19 AM UTC by Praveen **Last Updated:** Fri Sep 09, 2016 10:19 AM UTC **Owner:** Praveen **Attachments:** -

[tickets] [opensaf:tickets] #2002 CLM : Agent crashed for invalid check in buffer notification parameter

2016-09-09 Thread Mathi Naickan
- **status**: accepted --> review --- ** [tickets:#2002] CLM : Agent crashed for invalid check in buffer notification parameter** **Status:** review **Milestone:** 5.1.RC1 **Created:** Tue Sep 06, 2016 08:15 AM UTC by Srikanth R **Last Updated:** Fri Sep 09, 2016 09:26 AM UTC **Owner:**

[tickets] [opensaf:tickets] #2015 mds: Use a separate process for writing MDS logs

2016-09-09 Thread Anders Widell
--- ** [tickets:#2015] mds: Use a separate process for writing MDS logs** **Status:** accepted **Milestone:** 5.2.FC **Created:** Fri Sep 09, 2016 09:59 AM UTC by Anders Widell **Last Updated:** Fri Sep 09, 2016 09:59 AM UTC **Owner:** Anders Widell Currently, the MDS log entries are

[tickets] [opensaf:tickets] #2020 AMF : Additional features for csiAttributeChangeCallback

2016-09-09 Thread Srikanth R
--- ** [tickets:#2020] AMF : Additional features for csiAttributeChangeCallback ** **Status:** unassigned **Milestone:** 4.7.2 **Created:** Sat Sep 10, 2016 05:53 AM UTC by Srikanth R **Last Updated:** Sat Sep 10, 2016 05:53 AM UTC **Owner:** nobody The following features can be considered