prevent metadata corruption on full disk events
Open
Type:Bug
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 103
Description
we need to harden the decomposedfs metadata from getting corrupted if the disk is full. If uploads and metadata are on the same partition uploads can eat away the storage quickly. We need to reserve some amount of free disk space for metadata and at least prevent uploads when running on low disk space. maybe reserve 1% or 10MB, whatever is bigger?
Contributor guide
Assessment
This issue has not been assessed yet.