Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More effective wings disk quota enforcement #119

Open
iamkubi opened this issue Apr 19, 2024 · 0 comments
Open

More effective wings disk quota enforcement #119

iamkubi opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
✨ feature New feature 🔴 hard Fairly difficult
Milestone

Comments

@iamkubi
Copy link
Contributor

iamkubi commented Apr 19, 2024

Currently disk quota enforcement only happens on a set interval, and it's way too long (I believe necessarily for performance reasons). We should improve the way quota is enforced to prevent attacks that exploit this enforcement interval to consume more disk than allowed.

A previous attempt had been made to implement virtual disks, but that didn't end up getting implemented, not sure why. The existing UFS filesystem appears to implement quotas, not sure if those work, but presumably not given the wings disk enforcement is still present.

Further investigation needed to figure out what exists and what a good path forward would be.

@iamkubi iamkubi added 🐛 bug Something isn't working 🔴 hard Fairly difficult labels Apr 19, 2024
@parkervcp parkervcp self-assigned this Apr 22, 2024
@lancepioch lancepioch added ✨ feature New feature and removed 🐛 bug Something isn't working labels Jun 12, 2024
@lancepioch lancepioch added this to the 1.1 milestone Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature 🔴 hard Fairly difficult
Projects
None yet
Development

No branches or pull requests

3 participants