Skip to content
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

ctdb: improve hostname lookup for ctdb nodes #137

Merged

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

sambacc/commands/ctdb.py Outdated Show resolved Hide resolved
sambacc/commands/ctdb.py Outdated Show resolved Hide resolved
sambacc/commands/ctdb.py Outdated Show resolved Hide resolved
sambacc/commands/ctdb.py Outdated Show resolved Hide resolved
Copy link

@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