10 ms·
VMware supports NFS as a storage backend so it ends up being used in a lot of storage arrays in Enterprise shops. Gitlab.com was also using it as of last year,
by happythought 7y ago
VMware supports NFS as a storage backend so it ends up being used in a lot of storage arrays in Enterprise shops.
Gitlab.com was also using it as of last year, but I’m not sure if that’s still the case.
- muxator 7y agoYes, it has now been replaced by Gitaly: https://about.gitlab.com/2018/09/12/the-road-to-gitaly-1-0/ https://about.gitlab.com/2018/09/12/the-road-to-gitaly-1-0/
- happythought 7y agoFrom the drawing, it looks like gitaly decouples git storage from the workers, but still uses NFS on the backend.
- zaphirplane 7y agoVMware over NFS maybe used in SMB (small medium businesses) enterprises use iscsi or SANs when the NFS server crashes bad things happen and if you are building a redundant multi master NFS it’s a lot simpler to use iscsi and FC SAN
- chousuke 7y agoAt my workplace we run VMware over NFS served by Netapp clusters. It's very stable, performs well, is easy to manage and has functioning HA. We used to have a SAN but Netapp worked well enough that it was decommissioned. My favourite moment operating one cluster was when I intentionally caused a kernel panic and core dump on a live production system to gather debug info for an issue we were having. It had zero observable impact. :) Netapp is not cheap, but they seem to know what they're doing.