[tickets] [opensaf:tickets] #2699 clm: Remove the CLM standby

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2699] clm: Remove the CLM standby** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 06:25 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 06:25 PM UTC **Owner:** nobody After implementing ticket [#2698], it should be possible to remove

[tickets] [opensaf:tickets] #2698 clm: Handle client requests locally on each node

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2698] clm: Handle client requests locally on each node** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 06:23 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 06:23 PM UTC **Owner:** nobody Improve the availability of the CLM service by

[tickets] [opensaf:tickets] #2697 clm: Use base::Process to execute scripts from admin-ops

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2697] clm: Use base::Process to execute scripts from admin-ops** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 05:15 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 05:15 PM UTC **Owner:** nobody Refer to this mailing list post: [ope

[tickets] [opensaf:tickets] #2696 clm: Update the clm-adm command-line tool to support new admin-ops

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2696] clm: Update the clm-adm command-line tool to support new admin-ops** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 05:11 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 05:11 PM UTC **Owner:** nobody Refer to this mailing list

[tickets] [opensaf:tickets] #2695 clm: Use unicast instead of broadcast for CLM node actions

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2695] clm: Use unicast instead of broadcast for CLM node actions** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 05:09 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 05:09 PM UTC **Owner:** nobody Refer to this mailing list post: [o

[tickets] [opensaf:tickets] #2694 clm: Use base::Process for starting the scale-out script

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2694] clm: Use base::Process for starting the scale-out script** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 05:00 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 05:00 PM UTC **Owner:** nobody Use the class base::Process for starti

[tickets] [opensaf:tickets] #2693 clm: Use longer election delay time on isolated nodes

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2693] clm: Use longer election delay time on isolated nodes** **Status:** assigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 04:52 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 04:52 PM UTC **Owner:** Anders Widell In addition to the CLMNA_ELECTION_DE

[tickets] [opensaf:tickets] #2692 dtm: Implement health check between osafdtmd and osaftransportd

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2692] dtm: Implement health check between osafdtmd and osaftransportd** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 01:24 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 01:24 PM UTC **Owner:** nobody Use the new command interface

[tickets] [opensaf:tickets] #2691 dtm: Use a separate thread in osaftransportd for monitoring osafdtmd

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2691] dtm: Use a separate thread in osaftransportd for monitoring osafdtmd** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 01:20 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 01:20 PM UTC **Owner:** nobody Use a separate thread in

[tickets] [opensaf:tickets] #2690 base: Add thread class similar to std::thread

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2690] base: Add thread class similar to std::thread** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 01:11 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 01:11 PM UTC **Owner:** nobody Add a base::thread class similar to the one found

[tickets] [opensaf:tickets] #2560 dtm: Use SOCK_SEQPACKET for intra-node communication

2017-11-21 Thread Anders Widell via Opensaf-tickets
- Description has changed: Diff: --- old +++ new @@ -1 +1,3 @@ DTM currently uses SOCK_STREAM for intra-node communication, which means that it needs logic to be able to receive partial messages. By using SOCK_SEQPACKET, we can remove this logic since only full messages can be sent and r

[tickets] [opensaf:tickets] #2689 rde: Use base::UnixSocket for communication between server and agent

2017-11-21 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2689] rde: Use base::UnixSocket for communication between server and agent** **Status:** unassigned **Milestone:** 5.18.01 **Created:** Tue Nov 21, 2017 01:02 PM UTC by Anders Widell **Last Updated:** Tue Nov 21, 2017 01:02 PM UTC **Owner:** nobody Use the UnixSocket class

[tickets] [opensaf:tickets] #2684 clm: clm_user_data gets truncated if newline is added

2017-11-21 Thread Hans Nordebäck
- **status**: review --> fixed - **Comment**: commit f2415570f1df9178ea725d0c79d36d6974118eb3 Author: Hans Nordeback Date: Tue Nov 21 08:42:40 2017 +0100 clm: Fix clm_user_data to not truncate data V2 [#2684] commit 952de4b3b00c6270d09ed0b6eb0c26b9973d6df1 Author: Hans Nordeback Date:

[tickets] [opensaf:tickets] #2636 pyosaf: create a common pylint config file for pyosaf

2017-11-21 Thread Hans Nordebäck
- **Comment**: commit 36be8313c70f110d1245fc76980b53c7ea45770a Author: Hans Nordeback Date: Wed Nov 1 10:32:49 2017 +0100 pyosaf: Create a pylint makefile target for pyosaf V2 [#2636] commit 012cfce9c4228fab6a293942b1d1400e4a429039 Author: Hans Nordeback Date: Wed Nov 1 10:32:49 2017 +

[tickets] [opensaf:tickets] #2686 base: Make pylint output format selectable

2017-11-21 Thread Hans Nordebäck
- **status**: review --> fixed - **Comment**: commit 0b7da232fecd03dbb3cf71ff7e51f5460a0d20a5 Author: Hans Nordeback Date: Mon Nov 20 14:45:40 2017 +0100 base: Make pylint output format selectable V2 [#2686] commit 6d5de3c94139a05c7977ab20ef98b52d89ad238b Author: Hans Nordeback Date: M