The pungi-create-unified-isos tool can use a lot of disk space. For RHCS 5, when I added another architecture, the whole compose directory goes over 60 GB.
pungi-create-unified-isos
When I test this in my VM with a small 70GB root disk, this tool can end up running out of disk space. When this happens, there is no log message, because we simply call kobo's run() method for iso.get_mkisofs_cmd() and never save the return value.
run()
iso.get_mkisofs_cmd()
If we get a RuntimeError, it would be great to print the messages from stdout+stderr, so we can see the all-important message:
RuntimeError
genisoimage: No space left on device
Metadata Update from @lsedlar: - Issue set to the milestone: 4.2.3
This should be fixed in the latest release.
Metadata Update from @lsedlar: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/pungi/pungi/issues/1391
Please continue any further discussion there.