Skip to content

Disable disk utilization check by default #850

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

Merged
merged 1 commit into from
Jun 16, 2025

Conversation

tw4l
Copy link
Member

@tw4l tw4l commented Jun 16, 2025

Related to #848

Several users have had issues with disk utilization checks, including the values reported by df inside the crawler container having unexpected results for mounted volumes. The commonly recommended solution to this is to use docker system ps, but that is of course not available within the Docker container itself.

This PR changes disk utilization checks to be an opt-in feature by setting the default value to 0 (disabled).

@tw4l tw4l requested a review from ikreymer June 16, 2025 15:41
@ikreymer ikreymer merged commit e09d10c into main Jun 16, 2025
4 checks passed
@ikreymer ikreymer deleted the disable-disk-utilization-check branch June 16, 2025 16:36
ikreymer added a commit that referenced this pull request Jun 16, 2025
cli: regen cli docs to update from #850
@ikreymer ikreymer mentioned this pull request Jun 16, 2025
ikreymer added a commit that referenced this pull request Jun 16, 2025
cli: regen cli docs to update from #850
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants