[tickets] [opensaf:tickets] #1918 AMF: Informative logging

2016-11-28 Thread Nagendra Kumar
- **status**: review --> fixed - **Comment**: changeset: 8375:d65c5d3798c7 tag: tip user:Nagendra Kumar date:Tue Nov 29 11:50:26 2016 +0530 summary: amf: add more information in logging [#1918] [staging:d65c5d] --- ** [tickets:#1918] AMF:

[tickets] [opensaf:tickets] #2078 amfd: remove db_template.h

2016-11-28 Thread Nagendra Kumar
- **status**: review --> fixed - **Comment**: changeset: 8374:2f61c6d2026a tag: tip parent: 8371:47f9ab816d30 user:Nagendra Kumar date:Tue Nov 29 11:45:33 2016 +0530 summary: amfd: remove db_template.h file [#2078] --- **

[tickets] [opensaf:tickets] #2203 mds: SIGPIPE in mds_register_callback()

2016-11-28 Thread Hans Nordebäck
- **Comment**: changeset: 8373:03fc556a1e6b branch: opensaf-5.1.x tag: tip parent: 8367:a426229f5bf2 user:Hans Nordeback date:Wed Nov 23 15:37:52 2016 +0100 files: osaf/libs/core/mds/mds_main.c description: mds: avoid SIGPIPE

[tickets] [opensaf:tickets] #2188 amfd: avd_imm_impl_set fails causing node reboot

2016-11-28 Thread Minh Hon Chau
Hi Praveen, I have only tried to reproduce the coredump based on latest changeset but have not seen it again with trace. And I don't have any new patch officially to be tested, please push the patch that you think it can fix the problem, then change status of this ticket as well. Thanks, Minh

[tickets] [opensaf:tickets] #2188 amfd: avd_imm_impl_set fails causing node reboot

2016-11-28 Thread Praveen
Hi Minh, I think check suggested by Gary can be included. Please push the version that you have tested along with this minor correction. Thanks, Praveen --- ** [tickets:#2188] amfd: avd_imm_impl_set fails causing node reboot** **Status:** assigned **Milestone:** 5.0.2 **Created:** Tue Nov 15,

[tickets] [opensaf:tickets] #2188 amfd: avd_imm_impl_set fails causing node reboot

2016-11-28 Thread Gary Lee
- **status**: fixed --> assigned --- ** [tickets:#2188] amfd: avd_imm_impl_set fails causing node reboot** **Status:** assigned **Milestone:** 5.0.2 **Created:** Tue Nov 15, 2016 06:39 AM UTC by Gary Lee **Last Updated:** Mon Nov 28, 2016 10:38 AM UTC **Owner:** Praveen **Attachments:** -

[tickets] [opensaf:tickets] Re: #2188 amfd: avd_imm_impl_set fails causing node reboot

2016-11-28 Thread Minh Hon Chau
Retry the tests many times, but have not seen it --- ** [tickets:#2188] amfd: avd_imm_impl_set fails causing node reboot** **Status:** fixed **Milestone:** 5.0.2 **Created:** Tue Nov 15, 2016 06:39 AM UTC by Gary Lee **Last Updated:** Mon Nov 28, 2016 10:38 AM UTC **Owner:** Praveen

[tickets] [opensaf:tickets] Re: #2210 AMFD: Loss of RT attribute update before headless

2016-11-28 Thread Minh Hon Chau
it's wrong trace, so remove it --- ** [tickets:#2210] AMFD: Loss of RT attribute update before headless** **Status:** unassigned **Milestone:** 5.2.FC **Created:** Mon Nov 28, 2016 10:18 PM UTC by Minh Hon Chau **Last Updated:** Mon Nov 28, 2016 10:21 PM UTC **Owner:** nobody A loss of IMM

[tickets] [opensaf:tickets] #2210 AMFD: Loss of RT attribute update before headless

2016-11-28 Thread Minh Hon Chau
- Description has changed: Diff: --- old +++ new @@ -35,5 +35,3 @@ su = 0x0 node = 0x240f9b0 ~~~ - -Trace is attached --- ** [tickets:#2210] AMFD: Loss of RT attribute update before headless** **Status:** unassigned **Milestone:** 5.2.FC **Created:** Mon Nov

[tickets] [opensaf:tickets] #2210 AMFD: Loss of RT attribute update before headless

2016-11-28 Thread Minh Hon Chau
- Attachments has changed: Diff: --- old +++ new @@ -1 +0,0 @@ -osafamfd.tgz (1.1 MB; application/x-compressed) --- ** [tickets:#2210] AMFD: Loss of RT attribute update before headless** **Status:** unassigned **Milestone:** 5.2.FC **Created:** Mon Nov 28, 2016 10:18 PM UTC by

[tickets] [opensaf:tickets] #2210 AMFD: Loss of RT attribute update before headless

2016-11-28 Thread Minh Hon Chau
--- ** [tickets:#2210] AMFD: Loss of RT attribute update before headless** **Status:** unassigned **Milestone:** 5.2.FC **Created:** Mon Nov 28, 2016 10:18 PM UTC by Minh Hon Chau **Last Updated:** Mon Nov 28, 2016 10:18 PM UTC **Owner:** nobody **Attachments:** -

[tickets] [opensaf:tickets] #2209 SMF: ONE-STEP upgrade failed due to duplicated entities in AU/DU

2016-11-28 Thread Tai Dinh
Hi Neel, I think the patch is still aligned with that specification. Note that, unlike rolling and single step/forModify, where we remove not only duplicated AU/DU but also overlapping AU/DU (e.g: if the original rolling proc have AU/DU on SU level and the other proc has AU/DU on node level

[tickets] [opensaf:tickets] #2209 SMF: ONE-STEP upgrade failed due to duplicated entities in AU/DU

2016-11-28 Thread Neelakanta Reddy
Hi Tai, The patch looks good, But in The SMF PR document The following has been For rolling and single step/forModify procedures: -all deactivation units (DU) will be collected and redundant and overlapping DU's will be removed e.g. an SU from one procedure which is within a node from

[tickets] [opensaf:tickets] #2188 amfd: avd_imm_impl_set fails causing node reboot

2016-11-28 Thread Gary Lee
Hi imm_sel_obj is unsigned. So perhaps this is an alternative: diff --git a/osaf/services/saf/amf/amfd/main.cc b/osaf/services/saf/amf/amfd/main.cc --- a/osaf/services/saf/amf/amfd/main.cc +++ b/osaf/services/saf/amf/amfd/main.cc @@ -646,7 +646,7 @@ static void main_loop(void)

[tickets] [opensaf:tickets] #2120 pyosaf: clm utils are missing dispatch function

2016-11-28 Thread Hans Nordebäck
- **status**: review --> fixed - **Comment**: changeset: 8371:47f9ab816d30 tag: tip user:Robert Fekete date:Mon Nov 28 11:06:53 2016 +0100 files: python/pyosaf/utils/clm/__init__.py description: pyosaf: clm utils are missing dispatch

[tickets] [opensaf:tickets] #2203 mds: SIGPIPE in mds_register_callback()

2016-11-28 Thread Hans Nordebäck
- **status**: review --> fixed - **Comment**: changeset: 8369:12f09f2e23ad tag: tip user:Hans Nordeback date:Fri Nov 25 16:27:47 2016 +0100 files: osaf/libs/core/mds/mds_main.c description: mds: avoid SIGPIPE in mds_register_callback()

[tickets] [opensaf:tickets] #2204 nid: Use the FIFO monitoring for started services

2016-11-28 Thread Hans Nordebäck
- **status**: accepted --> review --- ** [tickets:#2204] nid: Use the FIFO monitoring for started services** **Status:** review **Milestone:** 5.2.FC **Created:** Wed Nov 23, 2016 03:35 PM UTC by Hans Nordebäck **Last Updated:** Wed Nov 23, 2016 03:35 PM UTC **Owner:** Hans Nordebäck Use

[tickets] [opensaf:tickets] #2206 ntf: syslog is flooded with "ntfs_mds_msg_send FAILED" related to notification send failure.

2016-11-28 Thread Praveen
- **status**: accepted --> review --- ** [tickets:#2206] ntf: syslog is flooded with "ntfs_mds_msg_send FAILED" related to notification send failure.** **Status:** review **Milestone:** 5.0.2 **Created:** Thu Nov 24, 2016 09:41 AM UTC by Praveen **Last Updated:** Thu Nov 24, 2016 09:41 AM

[tickets] [opensaf:tickets] #2208 log: Build failure on openSUSE 42.2

2016-11-28 Thread Anders Widell
- **status**: review --> fixed - **Comment**: changeset: 8370:fce39a954fed user:Anders Widell date:Mon Nov 28 09:24:35 2016 +0100 summary: log: Fix build failure on openSUSE 42.2 [#2208] [staging:fce39a] --- ** [tickets:#2208] log: Build failure on

[tickets] [opensaf:tickets] #2188 amfd: avd_imm_impl_set fails causing node reboot

2016-11-28 Thread Minh Hon Chau
Ah I will try to run the test and see, will post the trace if I hit it again --- ** [tickets:#2188] amfd: avd_imm_impl_set fails causing node reboot** **Status:** fixed **Milestone:** 5.0.2 **Created:** Tue Nov 15, 2016 06:39 AM UTC by Gary Lee **Last Updated:** Mon Nov 28, 2016 08:25 AM UTC

[tickets] [opensaf:tickets] #2188 amfd: avd_imm_impl_set fails causing node reboot

2016-11-28 Thread Minh Hon Chau
Hi Praveen, I think your fix can solve the coredump, but I am a bit worried the other places, where immOiHandle is accessed in mainthread upon other events, eg. failover, report_admin_op_error(), immutil_saImmOiXXX. To be safe I guess we could put the litlle change back, since it does call

[tickets] [opensaf:tickets] #2205 imm: IMMND crashes when receiving D2ND_ABORT_CCB

2016-11-28 Thread Hung Nguyen
- **status**: accepted --> review --- ** [tickets:#2205] imm: IMMND crashes when receiving D2ND_ABORT_CCB** **Status:** review **Milestone:** 5.0.2 **Created:** Thu Nov 24, 2016 07:23 AM UTC by Hung Nguyen **Last Updated:** Thu Nov 24, 2016 07:30 AM UTC **Owner:** Hung Nguyen **Attachments:**