salt: Salt request timed out. The master is not responding. You may need to run your command with `--async` in order to bypass the congested event bus. With `--async`, the CLI tool will print the job id (jid) and exit immediately without listening for responses. You can then use `salt-run jobs.lookup_jid` to look up the results of the job in the job cache later.
Description of Issue/Question
Team -
When I try to do salt pid* state.apply icinga-setup.sls. I am getting below error - Salt request timed out. The master is not responding. You may need to run your command with --async
in order to bypass the congested event bus. With --async
, the CLI tool will print the job id (jid) and exit immediately without listening for responses. You can then use salt-run jobs.lookup_jid
to look up the results of the job in the job cache later.
Please look into this ASAP.
Setup
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)
Steps to Reproduce Issue
(Include debug logs if possible and relevant.)
Versions Report
(Provided by running salt --versions-report
. Please also mention any differences in master/minion versions.)
Salt Version:
Salt: 2017.7.0
Dependency Versions: cffi: Not Installed cherrypy: unknown dateutil: Not Installed docker-py: Not Installed gitdb: Not Installed gitpython: Not Installed ioflo: Not Installed Jinja2: 2.7.2 libgit2: Not Installed libnacl: Not Installed M2Crypto: Not Installed Mako: Not Installed msgpack-pure: Not Installed msgpack-python: 0.4.8 mysql-python: Not Installed pycparser: Not Installed pycrypto: 2.6.1 pycryptodome: 3.4.3 pygit2: Not Installed Python: 2.7.5 (default, Nov 6 2016, 00:28:07) python-gnupg: Not Installed PyYAML: 3.11 PyZMQ: 15.3.0 RAET: Not Installed smmap: Not Installed timelib: Not Installed Tornado: 4.2.1 ZMQ: 4.1.4
System Versions: dist: centos 7.3.1611 Core locale: UTF-8 machine: x86_64 release: 3.10.0-514.el7.x86_64 system: Linux version: CentOS Linux 7.3.1611 Core
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 19 (8 by maintainers)
Issue is appearing on salt-master
We’re targeting around 130 minions and applying some formula which is causing this issue. Can someone recommend tweaking some specific configs or something to help tackle the problem ?
I tried increasing the response timeout but no luck.
sudo salt -C '*' state.apply formulas.ossec.setup_repo -t 20 test=True &> ~/temp.log
All the minions that are being targeted are having versions 3004 / 3004.1 - Nothing less.
Hey,
I’m having the same issue with salt-master version 2019.2.0. The error is the same but for a simpler command: salt ‘*’ cmd.run hostname
Amiram