When it comes to virtualization, many people still think that NFS isn't suitable for serious workloads in their enterprise environment and that you need to rely on protocols like iSCSI or Fibre Channel to get proper performance. That mindset might have made sense years ago, but times have changed. Today, we have access to incredibly| gyptazy - The DevOps Geek • DevOps, coding, cloud and open source in a geek...
In this post, I explain how to create and share a LVM logical volume over the network via NFS. One of the reasons I use this approach is to provide more storage capacity to existing nodes without h…| Technical Scratchpad
Klara recommends performing routine servicing tasks on your lightly- to moderately-tasked Open Source FreeBSD NAS every 4 to 8 weeks.| Klara Systems
I spent part of today figuring out how to deploy ShotShare into Kubernetes so that I can easily share screenshots and the like with others. This post details the headaches I ran into (self-inflicted a| www.bentasker.co.uk
We use Vagrant for development at Stripe, using NFS mounts to share code from the host into the Vagrant dev box. We use bundler to manage Ruby dependencies, and configure it to install gems directly into the project directory, inside the vendor/ subdirectory. Installing gems there, instead of globally, ensures isolation, and preserves gems across re-creation of the Vagrant VM, which means you don’t need to wait for a bunch of gems to download if you blow away your VM. Recently we upgraded o...| nelhage debugs shit