Skip to content

Conversation

avanthakkar
Copy link
Collaborator

Updated the hostname lookup function to support multi-homed systems and mixed IPv4/IPv6 environments by using socket.getaddrinfo.
This change removes the previous loopback filtering hack, now explicitly filtering loopback addresses and prioritizing IPv4 addresses where available. Improved error handling for cases with no valid IP addresses found.

Fixes: #136

Copy link
Collaborator

@Shwetha-Acharya Shwetha-Acharya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@obnoxxx obnoxxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@obnoxxx obnoxxx merged commit dc564c8 into samba-in-kubernetes:master Sep 4, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve hostname lookup for ctdb nodes

4 participants