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

User Reporting / Rebuild / Conflict Detection Corrections #225

Closed gransom closed 1 year ago

gransom commented 1 year ago

New set of corrections, mostly focused on the resource manager, to better handle rebuild edge cases and detection of possible conflicting resource manager instances. Also corrected some minor user visible behaviors ( usage reporting when over quota + errno values for some access failures ).