Autoscaling with Capistrano, NFS and Runit
bugsnag.com
Autoscaling with Capistrano, NFS and Runit
1–10 of 10 posts
Re: Autoscaling with Capistrano, NFS and Runit
#2Oy vey. ;)
Re: Autoscaling with Capistrano, NFS and Runit
#3Re: Autoscaling with Capistrano, NFS and Runit
#4"NFS lets you share a directory between multiple servers (think of it as Dropbox for servers)." Oy vey. ;)
Re: Autoscaling with Capistrano, NFS and Runit
#5> NFS lets you share a directory between multiple servers (think of it as Dropbox for servers).
So, ignoring that NFS is nothing like Dropbox, there's nothing wrong per se with using NFS on a cloud setup for shared storage, this setup assumes that your NFS server will always be up. For anyone who has worked with NFS servers, you'll know that this isn't always the case. (Who here has lost a day when your NFS mounted home directory won't load?)
And you don't want to deal with a down NFS server when you're trying to auto-scale. Somewhere you'll always have a single point of failure, but I've always tried to make NFS not be it.
Re: Autoscaling with Capistrano, NFS and Runit
#6Re: Autoscaling with Capistrano, NFS and Runit
#7Re: Autoscaling with Capistrano, NFS and Runit
#8Re: Autoscaling with Capistrano, NFS and Runit
#9You're probably better if using Cephfs or Lustre then NFS. Linearly scalable, no SPOF (single point of failure).
Re: Autoscaling with Capistrano, NFS and Runit
#10Well hold on with the NFS hate everyone. I worked for a (very large, very deep-pocketed) web hosting company around 10 years ago, and they used NFS to deploy their software, configs (this was just before Puppet started getting popular), and user data. This worked VERY well. Granted, they were running on some pretty heavy iron (a couple dozen NetApp filers, all clustered 11 ways to Sunday) to make sure that the NFS fa…