There is issue [1] with reactor in salt 2017, one of the workarounds is to set reactor workers to 1 [1] https://github.com/saltstack/salt/issues/47539 Change-Id: I47d76cc1dc5d0afe6d8b215e2d32cdbab3ac1a8c Related-Prod: https://mirantis.jira.com/browse/PROD-21463pull/73/head
{% from "salt/map.jinja" import master with context %} | {% from "salt/map.jinja" import master with context %} | ||||
{%- if master.reactor_worker_threads is defined %} | |||||
reactor_worker_threads: {{ master.reactor_worker_threads }} | |||||
{%- endif %} | |||||
reactor: | reactor: | ||||
{%- for event, reactors in master.reactor.items() %} | {%- for event, reactors in master.reactor.items() %} | ||||
- {{ event }}: | - {{ event }}: |
master: | master: | ||||
command_timeout: 5 | command_timeout: 5 | ||||
worker_threads: 2 | worker_threads: 2 | ||||
reactor_worker_threads: 2 | |||||
enabled: true | enabled: true | ||||
source: | source: | ||||
engine: pkg | engine: pkg |