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

strip out DAL/MDAL build-options #201

Closed jti-lanl closed 5 years ago

jti-lanl commented 7 years ago

Making the DAL/MDAL builds conditional was done early on, so that we could have something to fall back on, for comparison, and maybe to limit the link requirements. The approach and implementation have been proven out by now.

The issue with removing these is that the non-DAL build uses the old S3/curl approach. We have an OBJECT DAL that can do all that, so retaining that option should be pretty straight-forward, but we don't have a place to test anymore. We'd need an S3 repo to test with.

gransom commented 5 years ago

Duplicate of #198