Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
1f0a0b22
Commit
1f0a0b22
authored
14 years ago
by
Arno Schoenmakers
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1228: Made timeout values more realistic
parent
7875f196
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAC/Deployment/data/OTDB/ApplCtrl.comp
+13
-13
13 additions, 13 deletions
MAC/Deployment/data/OTDB/ApplCtrl.comp
with
13 additions
and
13 deletions
MAC/Deployment/data/OTDB/ApplCtrl.comp
+
13
−
13
View file @
1f0a0b22
...
...
@@ -10,19 +10,19 @@ node ApplCtrl 4.0.0 development 'node constraint' "The 'ACC' ApplicationC
# name dir. type unit prun. vm value constr. descr.
#----------------------------------------------------------------------------------------------------------------------------------
par timeout_createsubsets I time period 10 0 '3
m
'
- "Max time the creation of the parametersets may take"
par timeout_startup I time period 10 0 '
2m
'
- "Max time the startup of the processes may take"
par timeout_define I time period 10 0 '
40'
- "Max time the definition phase of the processes may take"
par timeout_init I time period 10 0 '
120
' - "Max time the init phase of the processes may take"
par timeout_run I time period 10 0 '90'
- "Max time it may take before all process are in run-state"
par timeout_pause I time period 10 0 '
100
' - "Max time it may take before all process are paused"
par timeout_release I time period 10 0 '30'
- "Max time it may take before all process are released"
par timeout_recover I time period 10 0 '
50
'
- "Max time it may take before all process are recovered"
par timeout_snapshot I time period 10 0 '30'
- "Max time it may take before all process are saved"
par timeout_reinit I time period 10 0 '30'
- "Max time the reinit phase of the processes may take"
par timeout_info I time period 10 0 '30'
- "Max time it may take to give an answer"
par timeout_quit I time period 10 0 '10'
- "Max time the processes may take to quit"
par timeout_kill I time period 10 0 '
60
'
- "Delay after the quit command before the remaining processes are killed"
par timeout_createsubsets I time period 10 0 '3
0s
' - "Max time the creation of the parametersets may take"
par timeout_startup I time period 10 0 '
30s
' - "Max time the startup of the processes may take"
par timeout_define I time period 10 0 '
30s'
- "Max time the definition phase of the processes may take"
par timeout_init I time period 10 0 '
30s
' - "Max time the init phase of the processes may take"
par timeout_run I time period 10 0 '90
s
' - "Max time it may take before all process are in run-state"
par timeout_pause I time period 10 0 '
90s
' - "Max time it may take before all process are paused"
par timeout_release I time period 10 0 '30
s
' - "Max time it may take before all process are released"
par timeout_recover I time period 10 0 '
30s
' - "Max time it may take before all process are recovered"
par timeout_snapshot I time period 10 0 '30
s
' - "Max time it may take before all process are saved"
par timeout_reinit I time period 10 0 '30
s
' - "Max time the reinit phase of the processes may take"
par timeout_info I time period 10 0 '30
s
' - "Max time it may take to give an answer"
par timeout_quit I time period 10 0 '10
s
' - "Max time the processes may take to quit"
par timeout_kill I time period 10 0 '
30s
' - "Delay after the quit command before the remaining processes are killed"
par application I vtext - 10 0 '[]' - "The name of the application that must be controlled."
par processes I vtext - 10 0 '[]' - "List of processes that must be started, syntax: procname|procname(n)"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment