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

marfs_ftruncate bug #95

Closed cphoffma closed 8 years ago

cphoffma commented 8 years ago

pftool has problems with overwriting/deleting files. Things work when the permission is 733. This is a setuid/setguid problem.

cphoffma commented 8 years ago

All taken care of, it was a setuid and setguid issue. Once we removed the setguid on pftool things worked. Thanks Jeff.