분산 환경의 클러스터 내 여러 노드들에 걸쳐 네트워크를 통해 데이터와 메타데이터를 분산 저장 및 처리하고 복제하며 이레이저 코드로 복구를 지원해야
단일 병렬 파일 시스템을 사용해 여러 스토리지 노드들을 함께 묶는다
스토리지 노드 클러스터는 하나의 스토리지 풀과 네임스페이스로 표현되며 병렬의 다중 호스트들에 고대역 데이터 액세스를 제공
The biggest limitation of file storage today is that performance degrades as capacity increases. Each file is associated with a limited set of metadata, such as the file name, creation date, and the date it was last modified. Such hierarchical structures have limitations in performance.
However, distributed FS is possible to linearly expand capacity and throughput. 파일 스토리지가 오브젝트 스토리지와 다른 점은, 파일/데이터의 이름을 지정하고 폴더에 저장한 후 더 많은 하위 폴더들을 중첩하여 저장 경로를 설정하는 것
Distributed File Systems