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

deleting a file to which you don't have write-access does some MD modification #125

Closed jti-lanl closed 8 years ago

jti-lanl commented 8 years ago

For example, trying to overwrite a file owned by root:root fails, but still does the ftruncate.

This is the "new problem" mentioned in the close-out of #75.

Fixed, by moving the abort of the object-stream even earlier in ftruncate() than was done for #75.