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

quota tool should count inodes for files that lack xattrs in marfs file-sets #97

Closed jti-lanl closed 8 years ago

jti-lanl commented 8 years ago

See comment (3b) in issue #83.

Without this, a malicious (or accident-prone) user could create unlimited inodes in a DIRECT repo.

jti-lanl commented 8 years ago

If there's not going to be any DIRECT/SEMI_DIRECT support expected for the Secure Campaign milestone, then this issue could be differed to some other milestone. It's potentially related to #111, if we decide that zero-length files should have no xattrs (but I hope we don't decide that).

brettkettering commented 8 years ago

Let's try to do this one, but consider it lower priority for Alfred than #102.

atorrez commented 8 years ago

Integrated and checked in.