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

Use provider-specific mount options #410

Closed
wants to merge 2 commits into from

Conversation

rmccue
Copy link
Contributor

@rmccue rmccue commented Jul 11, 2017

Rather than assuming a one-size-fits-all approach to the mount options, let's use provider-specific ones when we need to in the overrides.

Fixes #409.

This ensures mounting doesn't fail when using VMWare Fusion's built-in
file system, and provides a way for us to add further configuration in
the future.
@BronsonQuick
Copy link
Member

This works on VirtualBox but it fails on nginx for VMWare. I've tried it twice to make sure it can be replicated and it can. Here's a gist of the output.

@rmccue
Copy link
Contributor Author

rmccue commented Jul 15, 2017

Ah, failing on ==> default: chown: changing ownership of '/var/log/nginx': Operation not permitted

We should probably remove the chowning there, since it won't work without bindfs.

@BronsonQuick BronsonQuick changed the base branch from master to main December 9, 2020 05:57
@BronsonQuick BronsonQuick deleted the provider-specific-mount-options branch January 10, 2022 08:43
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.

VMWare default file shares are not working
2 participants