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

ceph-salt needs to assert that hosts don't think their own IP address is a loopback address #466

Open
smithfarm opened this issue Nov 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@smithfarm
Copy link
Contributor

As a pre-flight check before "apply", ceph-salt should check what each host returns for

socket.gethostbyname(socket.gethostname())

If the value returned by this looks like a loopback address (IPv4 or IPv6), error out and tell the user to fix it.

See the code and comments in #465 for more context.

@smithfarm smithfarm self-assigned this Nov 9, 2021
@smithfarm smithfarm added the enhancement New feature or request label Nov 9, 2021
@smithfarm smithfarm removed their assignment Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant