Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
-
Unix
Description
Current Situation
- In the Agent instance script you can specify the data directory with the variable $SCHEDULER_DATA
# Set the directory where the JobScheduler Agent has the # configuration, logs, etc. # This directory must be unique for each instance of the # JobScheduler Agent. The default is # SCHEDULER_HOME/var_SCHEDULER_HTTP_PORT # Make sure that the JobScheduler Agent user has read/write # permissions # # SCHEDULER_DATA=/opt/jobscheduler_agent/var_4445
- If the Agent instance script is called with the command start then the option -data-directory is considered according the variable $SCHEDULER_DATA
- If the Agent instance script is called with the command start_in_docker then the option -data-directory is not considered.
Desired Behavior
- -data-directory option should be considered according the variable $SCHEDULER_DATA if the Agent instance script is called with the command start_in_docker