- Mastering Ceph
- Nick Fisk
- 82字
- 2021-07-09 19:55:08
Distributed filesystem - web farm
A farm of web servers all need to access the same files so that they can all serve the same content no matter which one the client connects to. Traditionally, a high-availability (HA) NFS solution would be used to provide distributed file access but can start to hit several limitations at scale. CephFS can provide a distributed filesystem to store the web content and allow it to be mounted across all the web servers in the farm.