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

image/lxd: stop using qcow2 compat=0.10 (aka qcow2-v2) #636

Merged
merged 1 commit into from
May 25, 2022

Conversation

simondeziel
Copy link
Contributor

QEMU uses compat=1.1 (aka qcow2-v3) by default since version 1.7 and has support for it since version 1.1.

Apparently, recent RHEL QEMU warn when using compat=0.10 images (https://bugzilla.redhat.com/show_bug.cgi?id=1951814)

QEMU uses compat=1.1 (aka qcow2-v3) by default since version
1.7 and has support for it since version 1.1.

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
@simondeziel
Copy link
Contributor Author

Using this image format might not matter much because the qcow2 content gets copied to raw format anyway but it might be better to not rely on something legacy anyway.

@tomponline
Copy link
Contributor

Do we know why it was added in first place, as it seems someone would have had to decide to use that option?

@simondeziel
Copy link
Contributor Author

Looks like it's been like that since distrobuilder grew support for VM images. Maybe @monstermunchkin would know more?

@stgraber stgraber merged commit 266902a into lxc:master May 25, 2022
@simondeziel simondeziel deleted the qcow2-compat branch May 30, 2022 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants