-
Notifications
You must be signed in to change notification settings - Fork 33
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
owner and group not working #127
Comments
Also currently with libvirt provider files get mounted as |
There has been some activity this year so lets wait for a while. It is pity many Vagrant related projects often get forgotten because it is not as sexy as Docker. |
Hey @rednaks @tuupola - regarding setting the I'm trying to understand the problem a bit more here though. @rednaks, you mention
Where are you providing @tuupola, I'd like to understand the issue with VirtualBox more. Unfortunately I don't currently have a VBox setup. What Host OS are you on? What does your Vagrantfile look like? What does the mount look like in the guest ( |
Hi @dustymabe , the config.vm.synced_folder "/home/xxxx/my_local_folder", "/home/ubuntu/my_remote_folder", owner: "ubuntu", group: "ubuntu", type: "sshfs" |
Thanks @rednaks - I was unaware of that. I'll dig in further. Thank you for the pointer. |
I had missed all this discussion. In any case thanks for the new release! |
it seems that sshfs is not mounting the folders with the given
owner
andgroup
. is it supported by the plugin ? if not maybe it's worth logging a warning or an error to say that they're not supported.Thanks.
The text was updated successfully, but these errors were encountered: