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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strip out DAL/MDAL build-options

jti-lanl opened this issue · comments

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.

Duplicate of #198