-
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
2018.3 - Master address: '127.0.0.1' could not be resolved #51289
Comments
looks like i'm able to replicate this on the head of 2018.3 I was not able to bisect this cleanly but it might be related to this PR: #49755 thanks for the heads up we will need to get this fixed. |
i tested 2019.2.0.rc1 branch and it is not affected. |
Have the same problem in 2019.2.0.rc1:
|
that commit in your version is on the 2019.2 branch. We will be releasing from the 2019.2.0.rc1 branch which is not affected. This fixes the issue: #51274 which will be merged forward into 2019.2 |
Hey y'all. As a workaround, I found by explicitly disabling IPv6 it forces things to get handled correctly. Unfortunately though, you lose IPv6...but what the hey... |
thanks for that workaround @arizvisa i'm sure it might help someone. closing this issue as there is a merged fix. thanks |
This is still an issue in 3001.1. |
Description of Issue/Question
Testing the latest 2018.3 branch since we needed a few mysql module fixes in it that didn't make it to a stable release, and we are now seeing an error when setting up a minion to connect to a local master using
127.0.0.1
as address.2019-01-21 17:00:20,178 [salt.cli.daemons :357 ][ERROR ][30809] Master address: '127.0.0.1' could not be resolved. Invalid or unresolveable address. Set 'master' value in minion config.
Using
localhost
instead, works as expected.Setup
Minion configuration is:
This config is done by salt-cloud as part of our automated environment, so we really cannot set anything other than 127.0.0.1 for the first bootstrap.
Steps to Reproduce Issue
Use latest 2018.3 branch and setup minion to connect to a local master using 127.0.0.1 as address.
Versions Report
The text was updated successfully, but these errors were encountered: