Details
-
Type:
Improvement Request
-
Status:
New
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.0.5
-
Fix Version/s: None
-
Component/s: Launcher
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 3.2 [ 10108 ] | |
| Priority | Blocker [ 1 ] |
| Description |
To be more usable in shell scripts, the launcher should return exit code according to how the container is started:
- 0: the container starts successfully, and no error occurs during the recovering process, - 1: the contaier doesn't start, - 2: the container starts successfully, but an error occurs during the recovering process. |
To be more usable in shell scripts, the launcher should return exit code according to how the container is started:
- 0: the container starts successfully, and no error occurs during the recovering process, - 1: the container doesn't start, - 2: the container starts successfully, but an error occurs during the recovering process. |
| Assignee | Admin [ rnaudin ] | |
| Fix Version/s | 4.0.0 [ 10108 ] |
| Assignee | Christophe DENEUX [ cdeneux ] | |
| Priority | Blocker [ 1 ] | Minor [ 4 ] |

I don't understand, the java process do not return any code until its termination.
Do you mean that the script itself must detect if there is error during recovering and return a code accordingly?
Is it for the petals exploitation tools?