Skip to content
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

Merged

Conversation

rvykydal
Copy link
Contributor

The test started to fail with "Not enough space in file systems for the current software selection. An additional 700 MiB is needed."

prepare_disks() {
tmpdir=$1

qemu-img create -q -f qcow2 ${tmpdir}/disk-a.img 12G
Copy link
Contributor

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 :-)

Copy link
Member

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.

Copy link
Contributor Author

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."
@rvykydal rvykydal force-pushed the update-fedora-live-image-build-test branch from 4d3b205 to bcdaeb0 Compare July 18, 2024 08:43
@rvykydal rvykydal requested a review from jstodola July 18, 2024 08:44
@rvykydal
Copy link
Contributor Author

/test-os-variants

Copy link
Member

@jkonecny12 jkonecny12 left a 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.

@rvykydal
Copy link
Contributor Author

/test-tmt

@rvykydal rvykydal merged commit 06ee8ab into rhinstaller:master Jul 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants