[tickets] [opensaf:tickets] #2758 dtm: Derive Node ID from IPv4 address

2018-01-19 Thread Anders Widell via Opensaf-tickets
- **status**: review --> fixed
- **Comment**:

commit ee105cb3bf44eee4e8785e3de7d24f907641e2ab (HEAD -> develop, 
origin/develop)
Author: Anders Widell 
Date:   Fri Jan 19 12:21:07 2018 +0100

nid: Make chassis_id, slot_id and subslot_id in /etc/opensaf optional 
[#2758]

The files chassis_id, slot_id and subslot_id in /etc/opensaf no longer have 
to
be present. When they are missing, OpenSAF will derive the Node ID from the 
TIPC
address or the IPv4 address of the node.

commit 954a9fc4e1333e44a31c1ff34a70e0aaef4c6f15
Author: Anders Widell 
Date:   Fri Jan 19 12:21:07 2018 +0100

msg: Allow any unsigned 32-bit value to be used as Node ID [#2758]

commit f348ae35e7b8652878b546c402abbb7790d536b9
Author: Anders Widell 
Date:   Fri Jan 19 12:21:07 2018 +0100

lck: Allow any unsigned 32-bit value to be used as Node ID [#2758]

commit 28bef9cbb2eedc652a5edb5ce1a40bf7791edf09
Author: Anders Widell 
Date:   Fri Jan 19 12:21:07 2018 +0100

clm: Allow any unsigned 32-bit value to be used as Node ID [#2758]

Also fix the CLM API tests so that they longer assume that there is a node 
with
node ID 0x2010f in the cluster.

commit 0734456f81aef340c7f14d1046938b529621f7ab
Author: Anders Widell 
Date:   Fri Jan 19 12:21:07 2018 +0100

ckpt: Allow any unsigned 32-bit value to be used as Node ID [#2758]

commit ee7542986ea990f4fdc6447e2c033e5eb27f04ca
Author: Anders Widell 
Date:   Fri Jan 19 12:21:07 2018 +0100

dtm: Derive Node ID from IPv4 address [#2758]

If the /var/lib/opensaf/node_id file doesn't exist when DTM starts, DTM will
create the file and use the IPv4 address as node ID. When using IPv6, the 
file
must still be configured manually. IPv6 support may be added in a future 
ticket.

As a consequence of this change, OpenSAF must now support any unsigned 
32-bit
integer except zero as Node ID.




---

** [tickets:#2758] dtm: Derive Node ID from IPv4 address**

**Status:** fixed
**Milestone:** 5.18.01
**Created:** Thu Jan 11, 2018 03:02 PM UTC by Anders Widell
**Last Updated:** Fri Jan 12, 2018 01:30 PM UTC
**Owner:** Anders Widell


Continuation of ticket [#2653]. If OpenSAF is using TCP transport with IPv4 
addresses, we don't need to require the presence of /etc/opensaf/slot_id or 
/var/lib/opensaf/node_id. Instead, we can create the file 
/var/lib/opensaf/node_id ourselves based on the IPv4 address of the node we are 
running on.

As a consequence, OpenSAF will now support any unsigned 32-bit integer except 
zero as Node ID.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2763 fmd: mds thread is accessing CB without synchronisation primitive

2018-01-19 Thread Gary Lee via Opensaf-tickets
- Description has changed:

Diff:



--- old
+++ new
@@ -1 +1 @@
-It seems the MDS thread in fmd writes stuff in fm_cb without any 
synchronisation primitive.
+It seems the MDS thread in fmd writes stuff in fm_cb without any 
synchronisation primitive. fm_cb is also accessed from the main thread.






---

** [tickets:#2763] fmd: mds thread is accessing CB without synchronisation 
primitive**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Fri Jan 19, 2018 10:32 AM UTC by Gary Lee
**Last Updated:** Fri Jan 19, 2018 10:32 AM UTC
**Owner:** nobody


It seems the MDS thread in fmd writes stuff in fm_cb without any 
synchronisation primitive. fm_cb is also accessed from the main thread.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2763 fmd: mds thread is accessing CB without synchronisation primitive

2018-01-19 Thread Gary Lee via Opensaf-tickets



---

** [tickets:#2763] fmd: mds thread is accessing CB without synchronisation 
primitive**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Fri Jan 19, 2018 10:32 AM UTC by Gary Lee
**Last Updated:** Fri Jan 19, 2018 10:32 AM UTC
**Owner:** nobody


It seems the MDS thread in fmd writes stuff in fm_cb without any 
synchronisation primitive.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2762 smf: imm.xml generation appends str OpenSafSmfConfig to flag attr in SafSmfConfig Class

2018-01-19 Thread Srinivas Siva Mangipudy via Opensaf-tickets
- **summary**: imm: imm.xml generation appends str  OpenSafSmfConfig to flag 
attr  in SafSmfConfig Class  --> smf: imm.xml generation appends str  
OpenSafSmfConfig to flag attr  in SafSmfConfig Class 



---

** [tickets:#2762] smf: imm.xml generation appends str  OpenSafSmfConfig to 
flag attr  in SafSmfConfig Class **

**Status:** review
**Milestone:** 5.18.01
**Created:** Wed Jan 17, 2018 06:17 AM UTC by Ravi Sekhar Reddy
**Last Updated:** Fri Jan 19, 2018 09:08 AM UTC
**Owner:** Srinivas Siva Mangipudy


imm.xml generated using utilities  immxml-configure is appeinding   string 
"OpenSafSmfConfig" after 
flag attribute 


  
   smfNodeRebootCmd
   SA_STRING_T
   SA_CONFIG
   SA_WRITABLEOpenSafSmfConfig<=




---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2762 imm: imm.xml generation appends str OpenSafSmfConfig to flag attr in SafSmfConfig Class

2018-01-19 Thread Srinivas Siva Mangipudy via Opensaf-tickets
- **status**: assigned --> review



---

** [tickets:#2762] imm: imm.xml generation appends str  OpenSafSmfConfig to 
flag attr  in SafSmfConfig Class **

**Status:** review
**Milestone:** 5.18.01
**Created:** Wed Jan 17, 2018 06:17 AM UTC by Ravi Sekhar Reddy
**Last Updated:** Thu Jan 18, 2018 06:23 AM UTC
**Owner:** Srinivas Siva Mangipudy


imm.xml generated using utilities  immxml-configure is appeinding   string 
"OpenSafSmfConfig" after 
flag attribute 


  
   smfNodeRebootCmd
   SA_STRING_T
   SA_CONFIG
   SA_WRITABLEOpenSafSmfConfig<=




---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets