Bug 1312158

Summary: livemedia-creator fails when a squashfs is bigger than 4GiB
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: loraxAssignee: Brian Lane <bcl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: anaconda-maint-list, bcl, bruno
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: lorax-25.3-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-18 19:06:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dennis Gilmore 2016-02-25 22:25:26 UTC
Description of problem:
2016-02-25 22:19:34,713 DEBUG pylorax.ltmpl: template line 25: runcmd mkisofs -o /var/tmp/lmc-work-kt98yzin/images/boot.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-load-size 4 -boot-info-table -no-emul-boot -R -J -V Fedora-Live-Game-Rawhide-2016022 -T -graft-points isolinux=/var/tmp/lmc-work-kt98yzin/isolinux images/pxeboot=/var/tmp/lmc-work-kt98yzin/images/pxeboot LiveOS=/var/tmp/lmc-work-kt98yzin/LiveOS
2016-02-25 22:19:34,713 DEBUG pylorax.ltmpl: running command: ('mkisofs', '-o', '/var/tmp/lmc-work-kt98yzin/images/boot.iso', '-b', 'isolinux/isolinux.bin', '-c', 'isolinux/boot.cat', '-boot-load-size', '4', '-boot-info-table', '-no-emul-boot', '-R', '-J', '-V', 'Fedora-Live-Game-Rawhide-2016022', '-T', '-graft-points', 'isolinux=/var/tmp/lmc-work-kt98yzin/isolinux', 'images/pxeboot=/var/tmp/lmc-work-kt98yzin/images/pxeboot', 'LiveOS=/var/tmp/lmc-work-kt98yzin/LiveOS')
2016-02-25 22:19:34,795 DEBUG pylorax.ltmpl: command output:
File /var/tmp/lmc-work-kt98yzin/LiveOS/squashfs.img is larger than 4GiB-1.
-allow-limited-size was not specified. There is no way do represent this file size. Aborting.

We need to be able to build livecds with bigger payloads.

Comment 1 Brian Lane 2016-02-26 00:03:58 UTC
I'm not sure if there is anything we can do here other than not install so much stuff.

Comment 2 Brian Lane 2016-03-16 23:56:17 UTC
Ends up livecd-creator switches to UDF when the squashfs.img file is too big.

https://github.com/rhinstaller/lorax/pull/98

Comment 3 Brian Lane 2016-03-18 19:09:08 UTC
*** Bug 1319067 has been marked as a duplicate of this bug. ***