-
Notifications
You must be signed in to change notification settings - Fork 70
Now use NFS for shared folders. #61
base: master
Are you sure you want to change the base?
Conversation
👍 |
👍 |
What's missing to merge this one? |
This require user to be root isn't it? In this case i'm not sure if we can merge this. |
Assuming the user has sudo privileges, it may prompt for password, not a problem. There are ways to customize the
|
Why would we use NFS for shared folders? GlusterFS, http://www.gluster.org Build one for a stupid docker little bull-shit disk thingy and hook it all up. It'll be great. Matt [email protected] | 717.672.8304 cell | 415.854.2257 voicemail This message is intended only for the use of the individual or entity to which it is addressed, and contains information that is privileged, confidential and/or otherwise exempt from disclosure under applicable law. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, any disclosure, dissemination, distribution, copying or other use of this communication or its substance is prohibited. If you have received this communication in error, please return to the sender and delete from your computer system. ---- On Fri, 05 Sep 2014 06:52:43 -0700 Julien Duponchelle<[email protected]> wrote ---- This require user to be root isn't it? In this case i'm not sure if we can merge this. |
👍 Michell Hashimoto did a thorough analysis of filesystem performance in VBox and VMware. tl;dr is that VBox performs much better with NFS. |
Perhaps a good solution can be to ask if user want to use NFS. We are doing that for the /etc/hosts Something like that:
|
👍 |
Will filesystem events still fire? I would hate to lose the benefit of doing watchdog like running of dev servers... |
Fixed issue #60.