Composes have been failing due to storage on /mnt/koji dropping below 3% free:
/mnt/koji
error: Copying final commit from build repo into target repo: Failed to pull-local 5c7b0f5d0b9668ef98423123eddf6536b29a1633c5a3b0315f95dec9a5731489: Writing content object: min-free-space-percent '3%' would be exceeded, at least 65.5 kB requested
In Koji despite hitting this threshold we have plenty of storage available: 2.0T 98% /mnt/fedora_koji
2.0T 98% /mnt/fedora_koji
Add config option min-free-space-size to use a configurable option instead.
min-free-space-size
Signed-off-by: Paul Whalen pwhalen@fedoraproject.org
Pull-Request has been closed by pwhalen
Composes have been failing due to storage on
/mnt/kojidropping below 3% free:In Koji despite hitting this threshold we have plenty of storage available:
2.0T 98% /mnt/fedora_kojiAdd config option
min-free-space-sizeto use a configurable option instead.Signed-off-by: Paul Whalen pwhalen@fedoraproject.org