-
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
Setting ping_interval
in salt-minion's config (version 2019.2.1) prevents it from starting
#54776
Comments
I can confirm that this happens as on Ubuntu as well. |
Same on CentOS 7.6 with minions deployed via Salt Cloud. |
Master:
Minion:
As mentioned in the original report, downgrading from to 2019.2.0 or removing the |
Same on Red Hat Enterprise Linux Server 7 / RHEL7 # salt-call -V
Salt Version:
Salt: 2019.2.1
Dependency Versions:
cffi: Not Installed
cherrypy: Not Installed
dateutil: 1.5
docker-py: Not Installed
gitdb: Not Installed
gitpython: Not Installed
ioflo: Not Installed
Jinja2: 2.7.2
libgit2: Not Installed
libnacl: Not Installed
M2Crypto: 0.31.0
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.5.6
mysql-python: Not Installed
pycparser: Not Installed
pycrypto: 2.6.1
pycryptodome: Not Installed
pygit2: Not Installed
Python: 2.7.5 (default, Jun 11 2019, 14:33:56)
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: redhat 7.7 Maipo
locale: UTF-8
machine: x86_64
release: 3.10.0-1062.1.1.el7.x86_64
system: Linux
version: Red Hat Enterprise Linux Server 7.7 Maipo Errors in /var/log/salt/minion
NOT having this problem with |
I have created a support ticket for this: |
Has there been a version released with this fix? If not, when can we expect that? |
The following pull request is being tested. #54777 The plan is for the fix to be included in 2019.2.2. The last update I have from support is 10 days ago. I asked for an update today. A notice has been put out to let people know to avoid going to 2019.2.1 at https://repo.saltstack.com/ |
Be on the look out for a possible release mid-next-week. |
Now that #54777 is merged, shouldn't this be closed? |
Applied the patch when I submitted #54777 and it has been working for me since then. |
2019.2.2 has been released with the patch. |
Description of Issue
Due to errors in the the minion's function
remove_periodic_callback()
, when setting the parameterping_interval
in the minion configuration (ie, to check against a DDNS master, as described here), the minion fails to start and floods the logs withAt first it seems to be caused by a typo in remove_periodic_callbback() (note the 2 bb) but when fixing it, the error changes to
and does not start either.
Steps to Reproduce Issue
salt-minion -l debug
to get the error.ping_interval
parameter, repeat step 3 and it will run OK.Versions Report
The text was updated successfully, but these errors were encountered: