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

feat: support generating disk images with image cache #9778

Merged

Conversation

frezbo
Copy link
Member

@frezbo frezbo commented Nov 21, 2024

Add support for generating disk images with image cache.

Fixes: #9616

@frezbo
Copy link
Member Author

frezbo commented Nov 21, 2024

One thing i can think of is if the image cache is too large, the disk image creation would fail since we set a default sparse file of almost 1.3gig

imageOptions:
    diskSize: 1306525696

@frezbo frezbo force-pushed the feat/imager-disk-cache-gen-support branch from 28bc5f5 to 2c94946 Compare November 21, 2024 18:05
@frezbo frezbo mentioned this pull request Nov 21, 2024
Add support for generating disk images with image cache.

Fixes: siderolabs#9616

Signed-off-by: Noel Georgi <git@frezbo.dev>
@frezbo frezbo force-pushed the feat/imager-disk-cache-gen-support branch from 2c94946 to 1bac0b1 Compare November 26, 2024 13:22
Copy link
Member

@smira smira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be good to go, tested this locally (missing docs, but we miss them everywhere for the Image Cache)

@frezbo
Copy link
Member Author

frezbo commented Nov 26, 2024

/m

@talos-bot talos-bot merged commit 1bac0b1 into siderolabs:main Nov 26, 2024
50 checks passed
@frezbo frezbo deleted the feat/imager-disk-cache-gen-support branch November 26, 2024 14:05
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.

generating images with cache
4 participants