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

osbuild: use sparse for GCP tarball; log disk usage #3986

Merged
merged 4 commits into from
Dec 6, 2024

Conversation

dustymabe
Copy link
Member

See individual commit messages.

The support for this was added to the tar stage upstream in [1]
and we just never applied it to the manifests here.

[1] osbuild/osbuild#1614
This shouldn't have been left in there so let's drop it.
Let's make the script a little less verbose by just doing set -x
for the osbuild commands that get called.
At least temporarily let's output some logging about how much
of the filesystem under cache/ we are using so we can see if
we're getting close to limits and also maybe see which stages
are taking up the most space.
@jbtrystram jbtrystram merged commit d422dc6 into coreos:main Dec 6, 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.

2 participants