gransom / marfs

MarFS provides a scalable near-POSIX file system by using one or more POSIX file systems as a scalable metadata component and one or more data stores (object, file, etc) as a scalable data component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarFS

MarFS provides a scalable near-POSIX file system by using one or more POSIX file systems as a scalable metadata component and one or more data stores (object, file, etc) as a scalable data component.

Our default implementation uses GPFS file systems as the metadata component and multiple ZFS instances, exported over NFS, as the data component.

The MetaData Abstraction Layer and Data Abstraction Layer (MDAL/DAL) provide a modular way to introduce alternative implementations (metadata and data implementations, respectively). The DAL is provided by LibNE, which also adds the ability to use our own erasure + checksumming implementation, utilizing Intel's Storage Acceleration Library ( "https://github.com/intel/isa-l" ).

The following additional repo is required to build MarFS:

The following additional repo is recommended:

Documentation

The most up-to-date documentation is here: http://mar-file-system.github.io/marfs/

There is also extensive documentation in the Documents directory, including theory and older install guides.

About

MarFS provides a scalable near-POSIX file system by using one or more POSIX file systems as a scalable metadata component and one or more data stores (object, file, etc) as a scalable data component.

License:Other


Languages

Language:C 93.7%Language:Makefile 2.3%Language:Python 2.1%Language:Shell 1.2%Language:M4 0.7%Language:Batchfile 0.0%Language:Dockerfile 0.0%Language:R 0.0%