I just run into the following build failure when building flatpak-sdk in koji:
error: ostree-tar: Failed to handle file: ostree-tar: Failed to import file: Writing content object: min-free-space-percent '3%' would be exceeded, at least 4.1 kB requested
@kevin says that the netapp volumes are 'flex' (which means that the grow and shrink automatically), and often still have a huge amount of space available even if it's just 3% remaining. In this case, it had less than 3% but still 5 TB. I think it might be worth disabling the percentage check for koji builds - it's not going to be right for huge volumes and it's not a personal computer where running out of space can crash the session or something like that.
I think we'll just disable the option entirely instead of trying to do something different for Koji builds. We don't try to prevent running out of disk space when, say, creating the resulting archive file, which can also be large.
Fixed by #43
Metadata Update from @otaylor: - Issue status updated to: Closed (was: Open)