-
Notifications
You must be signed in to change notification settings - Fork 122
Looks like qemu-img version 6.1.0 needs "-F" parameter #200
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
Comments
Thanks for the Issue @goetzrieger
My version si quite old... (rhel8.4) @goetzrieger: What is the output of |
ah at my fedora workstation:
It looks like overall |
rbo
added a commit
that referenced
this issue
Jan 11, 2022
rbo
added a commit
that referenced
this issue
Jan 11, 2022
Fixed in Devel tree |
rbo
added a commit
that referenced
this issue
Feb 16, 2022
Merged into master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Couldn't deploy on a CentOS 8 Stream Hetzner server with latest updates because creating the images with qemu failed.
Looks like at least in qemu-img 6.1.0 the "-F" for target format is needed. I didn't hand in a PR because I don't know if this would break older qemu-img versions...
So in
ansible/roles/openshift-4-cluster/tasks/create-vm.yml
I changedto
And all is well... ;)
The text was updated successfully, but these errors were encountered: