[go: up one dir, main page]

Menu

#2678 base: Add TimeoutStartSec to opensafd.service

5.18.02
fixed
None
defect
base
-
major
False
2018-02-02
2017-11-10
No

There is a problem that TimeoutStartSec is not specified in opensafd.service. The default value in most distributions are 90 seconds but the TimoutStartSec should be set to at least the sum of the services timeout values from file "nodeinit.conf*" to prevent systemd to e.g. timeout immnd after say 60 seconds instead of opensafd times out immnd after 8 minutes. If opensafd times out a service a core dump is produced for further analyse.

Related

Wiki: ChangeLog-5.17.11.1

Discussion

  • Hans Nordebäck

    Hans Nordebäck - 2017-11-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -There is a problem that TimeoutStartSec and TimeoutStopSec is not specified in opensafd.service. The default value in most distributions are 5 minutes but the TimoutStartSec should at least the sum of the services timeout values from file "nodeinit.conf*". 
    +There is a problem that TimeoutStartSec and TimeoutStopSec is not specified in opensafd.service. The default value in most distributions are 5 minutes but the TimoutStartSec should at least be the sum of the services timeout values from file "nodeinit.conf*". 
    
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,2 @@
    -There is a problem that TimeoutStartSec and TimeoutStopSec is not specified in opensafd.service. The default value in most distributions are 5 minutes but the TimoutStartSec should at least be the sum of the services timeout values from file "nodeinit.conf*". 
    +There is a problem that TimeoutStartSec and TimeoutStopSec is not specified in opensafd.service. The default value in most distributions are 5 minutes but the TimoutStartSec should at least be the sum of the services timeout values from file "nodeinit.conf*", 
    +or perhaps setting TimeoutStartSec=720 is good enough to prevent systemd to e.g. timeout immnd after 60 seconds instead of opensafd times out immnd after 8 minutes.
    
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,2 +1,2 @@
    -There is a problem that TimeoutStartSec and TimeoutStopSec is not specified in opensafd.service. The default value in most distributions are 5 minutes but the TimoutStartSec should at least be the sum of the services timeout values from file "nodeinit.conf*", 
    -or perhaps setting TimeoutStartSec=720 is good enough to prevent systemd to e.g. timeout immnd after 60 seconds instead of opensafd times out immnd after 8 minutes.
    +There is a problem that TimeoutStartSec and TimeoutStopSec is not specified in opensafd.service. The default value in most distributions are 90 seconds but the TimoutStartSec should at least be the sum of the services timeout values from file "nodeinit.conf*", 
    +or perhaps setting TimeoutStartSec=720 is good enough to prevent systemd to e.g. timeout immnd after 60 seconds instead of opensafd times out immnd after 8 minutes. If opensafd times out a service a core dump is produced for further analyse.
    
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,2 +1 @@
    -There is a problem that TimeoutStartSec and TimeoutStopSec is not specified in opensafd.service. The default value in most distributions are 90 seconds but the TimoutStartSec should at least be the sum of the services timeout values from file "nodeinit.conf*", 
    -or perhaps setting TimeoutStartSec=720 is good enough to prevent systemd to e.g. timeout immnd after 60 seconds instead of opensafd times out immnd after 8 minutes. If opensafd times out a service a core dump is produced for further analyse.
    +There is a problem that TimeoutStartSec and TimeoutStopSec is not specified in opensafd.service. The default value in most distributions are 90 seconds but the TimoutStartSec should be set to infinity to prevent systemd to e.g. timeout immnd after say 60 seconds instead of opensafd times out immnd after 8 minutes. If opensafd times out a service a core dump is produced for further analyse.
    
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-10
    • summary: base: Add TimeoutSec to opensafd.service --> base: Add TimeoutStartSec to opensafd.service
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -There is a problem that TimeoutStartSec and TimeoutStopSec is not specified in opensafd.service. The default value in most distributions are 90 seconds but the TimoutStartSec should be set to infinity to prevent systemd to e.g. timeout immnd after say 60 seconds instead of opensafd times out immnd after 8 minutes. If opensafd times out a service a core dump is produced for further analyse.
    +There is a problem that TimeoutStartSec is not specified in opensafd.service. The default value in most distributions are 90 seconds but the TimoutStartSec should be set to infinity to prevent systemd to e.g. timeout immnd after say 60 seconds instead of opensafd times out immnd after 8 minutes. If opensafd times out a service a core dump is produced for further analyse.
    
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-13
    • status: accepted --> review
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-16
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -There is a problem that TimeoutStartSec is not specified in opensafd.service. The default value in most distributions are 90 seconds but the TimoutStartSec should be set to infinity to prevent systemd to e.g. timeout immnd after say 60 seconds instead of opensafd times out immnd after 8 minutes. If opensafd times out a service a core dump is produced for further analyse.
    +There is a problem that TimeoutStartSec is not specified in opensafd.service. The default value in most distributions are 90 seconds but the TimoutStartSec should be set to at least the sum of the services timeout values from file "nodeinit.conf*" to prevent systemd to e.g. timeout immnd after say 60 seconds instead of opensafd times out immnd after 8 minutes. If opensafd times out a service a core dump is produced for further analyse.
    
    • status: review --> fixed
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-16

    commit f324f713e986016dd6719cb244e31e59df8fc01d
    Author: Hans Nordeback hans.nordeback@ericsson.com
    Date: Thu Nov 16 16:10:32 2017 +0100

    base: Add TimeoutStartSec to opensafd.service [#2678]
    
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-16
     
  • Hans Nordebäck

    Hans Nordebäck - 2017-11-16

    commit 1c734ceb1e0af2e02e5483b9a8b338bd32626201
    Author: Hans Nordeback hans.nordeback@ericsson.com
    Date: Thu Nov 16 16:10:32 2017 +0100

    base: Add TimeoutStartSec to opensafd.service [#2678]
    
     

Log in to post a comment.