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

Garbage collection no longer deleting MC files #173

Closed wfvining closed 7 years ago

wfvining commented 7 years ago

It appears that gc is not deleting the actual data file in a multi-component repo. I suspect that the issue has something to do with not calling update_object_location in the DAL prior to DAL->del().

wfvining commented 7 years ago

Resolved: fea7da36