-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIB failed to create centos9s anaconda-iso : No space left on device #733
Comments
Some context from quickly digging around: I think this might be related to the size of the rootfs that we create for the ISO. I'm not entirely sure that's the root cause but it's a good place to start looking for issues. |
I forgot that we have the intermediate EXT4 partition inside the ISO. Can we just get rid of it? It seems like Fedora did this a while ago: https://fedoraproject.org/wiki/Changes/OptimizeSquashFSOnDVDByRemovingEXT4FilesystemImageLayer |
(note that RHEL 10 might actually go one step-further, and use erofs instead of squashfs) |
We are working on removing the intermediate ext4 partition, which will fix this issue: osbuild/images#1105 |
Error found on a system with 120GB free space:
How to reproduce:
which runs in the rootfs command:
The text was updated successfully, but these errors were encountered: