openqa/server: try setting a limit on test result disk usage
We're having issues with test results eating up all the disk space we can throw at them (prod is over 4T, stg is over 2T - I don't know why prod is bigger, that's odd, but it may be an odd effect of having more arches on stg, maybe aarch64 and ppc64le tests generally have smaller videos, or something). This config setting should make openQA keep the space usage on the partition at a max of 85%, by deleting videos from older tests as required. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9e98f4c0de
commit
1e26a28c2c
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ level=info
|
|||
|
||||
[misc_limits]
|
||||
asset_cleanup_max_free_percentage = 20
|
||||
results_min_free_disk_space_percentage = 15
|
||||
|
||||
[openid]
|
||||
provider = https://id.fedoraproject.org/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue