-
Notifications
You must be signed in to change notification settings - Fork 13
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
aznfs does not read entry in/etc/hosts #115
Comments
Thanks for reporting @Abbott-fu! |
We also have this issue, our DNS structure and hybrid architecture pose a lot of DNS challenges enterprise wide. When using blobfuse, i use a script to do a nslooklup against another DNS and have it update the hosts file to accommodate the IP address, and then start the mount with blobfuse. We would like to start using this tool, would it be possible to either give a parameter to disable the lookup or an override parameter of some type? We are definitely not the only organization in this situation, it can be very crippling. Thanks! |
If you cannot use realtime DNS for detecting IP address changes, you can use private endpoint which provides a stable IP across migrations. |
We use aznfs to mount a storage blob and we enabled private endpoint for the storage account, we hope to use the private endpoint. Then we add an entry (private end point IP -> stroage blob FQDN ) in /etc/hosts . But aznfs still uses DNS to lookup ip of the storage account, aznfs does not read entry in /etc/hosts. Is it by design.
The text was updated successfully, but these errors were encountered: