From: Michael Polenchuk Date: Thu, 14 Feb 2019 10:33:38 +0000 (+0400) Subject: Rise up salt's gather job timeout X-Git-Tag: opnfv-8.0.0~38 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=10d4d427e1af7432bcb638649d158df9bb4ed4dd;p=fuel.git 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 --- 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: