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

UNI files created by pftool have non-zero chunk-info bytes in POST xattr #175

Closed wfvining closed 7 years ago

wfvining commented 7 years ago

The bytes field of the post xattr should be 0 if a file has only one chunk (UNI). When pftool copies a single UNI-sized file in to marfs the post xattr has the bytes field set to 48 (the size of a single chunkinfo struct).

wfvining commented 7 years ago

merged branch issue-175 ce177f89