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

MDAL support #146

Closed wfvining closed 8 years ago

wfvining commented 8 years ago

This merge adds MDAL support to functions in marfs_ops and common. I believe most cases of POSIX functions being used directly instead of indirectly through the MDAL have been addressed. I did not find any more after second quick read through of the code.

jti-lanl commented 8 years ago

Looks great. Trying to figure out how to do a local pull for testing. The github commands don't seem to work.

wfvining commented 8 years ago

Jeff, I think I messed up the standard workflow. I'll see if I can go back and correct the workflow to make this easier to test.

jti-lanl commented 8 years ago

No need. Thanks. I've got it now. I had to pull it via https, for some reason.

On Jul 26, 2016, at 8:39 AM, Will Vining notifications@github.com wrote:

Jeff, I think I messed up the standard workflow. I'll see if I can go back and correct the workflow to make this easier to test.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

jti-lanl commented 8 years ago

Tested this a little, in private. Testing turned up pftool issue 31. I'll address that (for starters) with a follow-up patch, after this.

jti-lanl commented 8 years ago

Done.