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 Utility and Trash Counts #121

Closed atorrez closed 8 years ago

atorrez commented 8 years ago

Running on the new testbed exposed a problem with quota that I had not discovered before. The quota script was not counting trash files correctly because the system had a trash fileset with trash and a trash backup directory that had trash in it (did not belong to the trash fileset). I could handle this situation individually but not when trash existed in two places at once.

I now count trash in fileset and other locations.

atorrez commented 8 years ago

Fixed and committed