-
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
2019.2.1 breaks IPv6 #54839
Comments
It's also a little unfortunate that the apt repository didn't preserve |
Hey this is a duplicate of #54762 As a repo you could use http://repo.saltstack.com/py3/ubuntu/18.04/amd64/archive/2019.2.0/ |
Thanks for the link to the repo! Yes, seems like exacty the same problem. Will close in favor of #54762 |
I’m stuck on 2019.2.1 on Debian 10 here. My sloppy workaround is for now to use |
Description of Issue
After the upgrade to
2019.2.1
we noticed that salt-minions can't connect to the master anymore. The problem occurs whenmaster: <server>
is set to a hostname that resolves to IPv6. When using an ipv4 address instead, or when settingipv6: False
, connection succeeds.The same configuration worked fine with
2019.2.0
.The only additional option in the minion configuration was
hash_type: sha512
.A network connectivity issue could be ruled out, as
nc
was able to properly connect to the master via ipv6.Setup
minion configuration:
Steps to Reproduce Issue
Use the above minion configuration via ipv6 with
2019.2.1
Debug output of
salt-call test.ping -l debug
:Versions Report
The text was updated successfully, but these errors were encountered: