1
0
Fork 0
forked from infra/ansible

openQA: specify low minimum free space for server dirs

Recent openQA has a mechanism where it refuses to schedule jobs
if the free space for various dirs (results, asset, archive) is
less than X%, where the default X is 5. We use a very large share
for these things and expand it only on need, so it's usually quite
close to 100% full. Let's try only needing 0.5% to be free.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-06-04 17:02:47 -07:00
commit a9644e208c

View file

@ -42,6 +42,11 @@ level = info
[misc_limits]
asset_cleanup_max_free_percentage = 20
[scheduler]
results_min_free_storage_space_percentage = 0.5
archive_min_free_storage_space_percentage = 0.5
assets_min_free_storage_space_percentage = 0.5
{% if openqa_auth_method == 'OAuth2' %}
[oauth2]
provider = custom