-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
I would like to work on this even though I've completed my internship. Can you please assign me to it? @pothos |
Yes please it will be wonderful |
Good idea, thanks. We would have to introduce this as additional artifact because people would still expect that the .bz2 file also is there. |
Add missing changelog of #1132. See also flatcar/Flatcar#1135.
PR flatcar/scripts#1132 was merged. Will be included in the next Alpha (probably as well as other channels). |
Add missing changelog of #1132. See also flatcar/Flatcar#1135.
Add missing changelog of #1132. See also flatcar/Flatcar#1135.
Add missing changelog of #1132. See also flatcar/Flatcar#1135.
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
The text was updated successfully, but these errors were encountered: