mar-file-system / 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.
Other
96 stars 27 forks source link

Implement OrangeFS instantiation of MDAL #108

Closed brettkettering closed 8 years ago

brettkettering commented 8 years ago

Jeff Inman is working on a virtual class for metadata handling in MarFS. We will need a specific instantiation for OrangeFS in the Program Development effort to show remarkable levels of metadata speed through zero-byte file creation.

jti-lanl commented 8 years ago

I've got some commits pending. Wait for those, to get a correct picture of the interface.

jti-lanl commented 8 years ago

MDAL support for this task is now in place (as of aafa604).

brettkettering commented 8 years ago

Decided to take a different direction on this and no longer need this instantiation.