-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
influxd -hostname localhost #2350
Comments
@neonstalwart -- thanks. It does look like this regressed, as we had to overhaul the test suite in a significant way for CI stability. We'll have to look at this shortly. |
@otoolep I think the short fix is just to investigate what type of IP address it is, and if it's localhost, set it to that instead of the host name? I've always thought we should do that anyway as the host name is usually not what you would expect right? |
also, on a slightly related note, i can't get tests to run locally because the test config keeps wanting to bind to
|
+1 |
to clarify, |
influxd -hostname localhost
stopped working after #2233 was mergedhttps://github.com/influxdb/influxdb/pull/2333/files#r28724886
The text was updated successfully, but these errors were encountered: