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:
parent
9fa66d2441
commit
a9644e208c
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue