-
Notifications
You must be signed in to change notification settings - Fork 34
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
Run disk quota excess check #2226
Comments
Hint: obtain subdirs usage: obtain container's total usage: obtain all containers' usage (need to exclude non containers): |
Talked with @lbthomsen and we both agree that using Also we are able to do more frequent statistics when using the btrfs API, to make sure the container does not fill up disk space quickly between our long check intervals.
|
Good hint. Yes better use btrfs api |
these commands show somewhat near values:
whereas
|
#2226 added pause between disk scans to decrease stress in RH
#2226 skip stopped containers, added logs
We need to run checks if containers exceed their disk quotas and:
See https://github.com/subutai-io/agent/wiki/Switch-to-Soft-Quota
The text was updated successfully, but these errors were encountered: