-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] salt waiting few more seconds after successfully receiving and displaying the obtained minion result #62599
Comments
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
Possibly related to #62550? |
@onlineque Are you using the classic packages or the |
Not sure what is a 'onedir' package, but I am using Salt using the official repositories:
if that may be of any help. |
@onlineque Thanks. That looks like the package type that we're calling |
Quick update, I was able to reproduce this one running inside a Rocky 8.6 Docker container. |
Awesome ! |
@onlineque It looks like the cause of the issue is the |
Thanks a lot, @garethgreenaway , I can confirm removing that from the config fixed the issue for me. |
Description
salt waiting few more seconds after successfully receiving and displaying the obtained minion result
Setup
I am having one master and one minion, both running in a container, salt-master together with salt-minion, it's a Docker container
master config:
minion config:
Steps to Reproduce the behavior
Expected behavior
I'd expect salt to finish right after receiving the result completely and not to wait few more seconds and exiting. Not sure if this is a configuration issue on my side or a bug. Please help. Thx !
Versions Report
salt --versions-report
[salt@dna-backend-master master.d]$ salt --versions-report
Salt Version:
Salt: 3005
Dependency Versions:
cffi: 1.11.5
cherrypy: unknown
dateutil: 2.6.1
docker-py: Not Installed
gitdb: Not Installed
gitpython: Not Installed
Jinja2: 2.10.1
libgit2: Not Installed
M2Crypto: 0.35.2
Mako: Not Installed
msgpack: 0.6.2
msgpack-pure: Not Installed
mysql-python: Not Installed
pycparser: 2.14
pycrypto: 3.15.0
pycryptodome: 3.15.0
pygit2: Not Installed
Python: 3.6.8 (default, Apr 12 2022, 06:55:39)
python-gnupg: Not Installed
PyYAML: 3.12
PyZMQ: 20.0.0
smmap: Not Installed
timelib: Not Installed
Tornado: 4.5.3
ZMQ: 4.3.4
System Versions:
dist: rocky 8.6 Green Obsidian
locale: UTF-8
machine: x86_64
release: 4.18.0-348.12.2.el8_5.x86_64
system: Linux
version: Rocky Linux 8.6 Green Obsidian
The text was updated successfully, but these errors were encountered: