diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-02-14 14:33:38 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-02-14 14:33:38 +0400 |
commit | 10d4d427e1af7432bcb638649d158df9bb4ed4dd (patch) | |
tree | ebd2f0973175d77d97d96a729ed4b8a6b367441b /mcp | |
parent | 494c436572aed0b739bcfcc3fbf5b78ea34318b2 (diff) |
Rise up salt's gather job timeout
While the minions are working their jobs the CLI is waiting for the
first initial timeout period (timeout) to start. When that hits,
the CLI sends sends the first "find_job" query. This kicks off the
gather_job_timeout timer. Sometimes a minion doesn't respond to the request
within the gather_job_timeout time period (default is 10s), so rise up
this value to give a chance for a minion to report actual status.
Change-Id: Ic3756b82fdeb17718870ab30e9578263d25309f7
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp')
-rw-r--r-- | mcp/scripts/docker-compose/files/opnfv_master.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mcp/scripts/docker-compose/files/opnfv_master.conf b/mcp/scripts/docker-compose/files/opnfv_master.conf index 0be7d6c3a..8e6d1af28 100644 --- a/mcp/scripts/docker-compose/files/opnfv_master.conf +++ b/mcp/scripts/docker-compose/files/opnfv_master.conf @@ -1,5 +1,6 @@ worker_threads: 20 -timeout: 10 +timeout: 15 +gather_job_timeout: 30 max_open_files: 15000 file_roots: |