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

[RFE] Use qcow2 compressed format in place of additional compressed layer #1135

Closed
tuxtof opened this issue Jul 25, 2023 · 4 comments
Closed
Assignees
Labels
kind/feature A feature request

Comments

@tuxtof
Copy link

tuxtof commented Jul 25, 2023

Current situation

actual released image in qcow2 format are then compressed with gzip or bzip2

Impact

this situation don't allow direct use/import of the image URL with tools
because we need to download it first , uncompresse it and next import it

Ideal future situation

we need to use inline compressed qcow2 format to distribute qcow2 file

Implementation options

qemu-image convert -O qcow2 -c ...... allow that

@tuxtof tuxtof added the kind/feature A feature request label Jul 25, 2023
@krishjainx
Copy link

I would like to work on this even though I've completed my internship. Can you please assign me to it? @pothos
Thanks

@tuxtof
Copy link
Author

tuxtof commented Sep 11, 2023

Yes please it will be wonderful

@pothos
Copy link
Member

pothos commented Sep 11, 2023

Good idea, thanks. We would have to introduce this as additional artifact because people would still expect that the .bz2 file also is there.
Edit: Previous discussion on how to generate both artifacts: #791 (comment)

@dongsupark
Copy link
Member

PR flatcar/scripts#1132 was merged. Will be included in the next Alpha (probably as well as other channels).
Thanks.

dongsupark added a commit to flatcar/scripts that referenced this issue Sep 27, 2023
dongsupark added a commit to flatcar/scripts that referenced this issue Sep 27, 2023
dongsupark added a commit to flatcar/scripts that referenced this issue Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A feature request
Projects
None yet
Development

No branches or pull requests

4 participants