LLNL / UnifyFS

UnifyFS: A file system for burst buffers
Other
102 stars 31 forks source link

Remove consistency model config; 1.0 doc updates #732

Closed CamStan closed 2 years ago

CamStan commented 2 years ago

Description

Remove consistency model configuration code as this is an old placeholder and UnifyFS will likely never claim POSIX compliance.

Update docs to prepare for 1.0 release.

Motivation and Context

Final pass of docs to prep for 1.0 release

How Has This Been Tested?

Built and ran tests

Types of changes

Checklist:

CamStan commented 2 years ago

@MichaelBrim, did a final pass of the docs for the release and was reminded of our previous discussion on the consistency model config placeholder not being necessary anymore. Figured I'd make an attempt to remove it for the release, but please double check I didn't remove something I shouldn't or didn't miss something.

Also added a note to the limitations section on directory support. Wording might need some adjustments.

CamStan commented 2 years ago

Also, a question: isn't there a version in the configure.ac that we need to update as well

The configure.ac was initially set up to use this line to get the version when creating a tar file, but the version flag tag on the main branch needs to be an annotated flag tag to get the correct value. https://github.com/LLNL/UnifyFS/blob/a9797fe6137a2a0554b4e6988f1ac95b121023e0/configure.ac#L9-L10