hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.27k stars 4.44k forks source link

9pfs folder sharing #6199

Closed rrva closed 8 years ago

rrva commented 9 years ago

The plan9 filesystem 9pfs, implemented at https://bitbucket.org/plan9-from-bell-labs/u9fs/ seems in some ways superior to NFS sharing, with possibly better performance for some scenarios. QEMU has implemented it for file sharing: http://wiki.qemu.org/Documentation/9psetup

Would be great if similar options was available to vagrant.

avnik commented 9 years ago

https://github.com/chaos/diod can be other option to use as 9pfs server implementation.

Both u9fs and/or diod can be good alternative to nfs, as them not require root permissions to operate

sethvargo commented 8 years ago

Hi @rrva

Thank you for opening an issue. As a general rule moving forward, we would like to see new plugins (like custom shared folder extensions) developed as external plugins first. Once they gain in popularity, we can either merge them into Vagrant core, or package them with the official distribution :smile: