-
Notifications
You must be signed in to change notification settings - Fork 36
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
Use bigger disk for fedora-live-image-build test (gh1248) #1249
Use bigger disk for fedora-live-image-build test (gh1248) #1249
Conversation
fedora-live-image-build.sh
Outdated
prepare_disks() { | ||
tmpdir=$1 | ||
|
||
qemu-img create -q -f qcow2 ${tmpdir}/disk-a.img 12G |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, qemu-img
doesn't allocate the specified image size on the disk when creating it. Because of that I think the disk size should be defined even bigger (20G?), just to prevent having to increase the value in the near future again. I do not expect the size of the image will stop increasing :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, let's take a benefit of the qcow2 format.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
The test started to fail with "Not enough space in file systems for the current software selection. An additional 700 MiB is needed."
4d3b205
to
bcdaeb0
Compare
/test-os-variants |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
/test-tmt |
The test started to fail with "Not enough space in file systems for the current software selection. An additional 700 MiB is needed."