In RHEL 9 (qemu-img-6.2.0-11.el9_0.3), the qemu-img create command requires the -F flag that specifies the second image's format.
qemu-img-6.2.0-11.el9_0.3
qemu-img create
-F
Checking back to RHEL 7, qemu-img-1.5.3-175.el7_9.6 recognizes this -F flag also, so it should be safe to use on all supported platforms.
qemu-img-1.5.3-175.el7_9.6
Metadata Update from @tkopecek: - Pull-request tagged with: no_qe
:thumbsup:
Commit 9f71d3ca fixes this pull-request
Pull-Request has been merged by tkopecek
In RHEL 9 (
qemu-img-6.2.0-11.el9_0.3), theqemu-img createcommand requires the-Fflag that specifies the second image's format.Checking back to RHEL 7,
qemu-img-1.5.3-175.el7_9.6recognizes this-Fflag also, so it should be safe to use on all supported platforms.