Recent Posts by adrianh

Subscribe to Recent Posts by adrianh 1 post(s) found

30 Jul, 2009 01:40 PM
Avatar adrianh 1 posts

Topic: Brightbox Help / using global_shared_dirs for network shares

Hello,
I need to share a directory between my brightboxes. I am using the brightbox gem for deployment. I have defined :global_shared_dirs in my deploy.rb with to include my shared dir name. It worked so far, that this directory is now linked to shared/.

I expected it to actually create a network share, not use a local shared dir.

Seeing the comments and exmaple for set :global_shared_path, “/srv/share/myapp”,
am I right that I need to create an NFS file share on one of my servers, mount on all others servers and then set :global_shared_path to the mounted share?

If yes, should I do it as instructed by ubuntu ?
https://help.ubuntu.com/community/SettingUpNFSH…

Regards, Adrian