On Wed, Mar 2, 2022 at 5:53 PM nroach44--- via Users <users(a)ovirt.org> wrote:
Via the WebUI.
Disks > Upload > Select iso locally, select normal data repo etc > Go
Sounds like a bug in the javascript code detecting ISO type, or maybe
this is not an ISO file but a qcow2 image.
What does this show:
qemu-img info my.iso
If this shows a raw image, this may be an ISO.
In this case I would like to test this ISO image. If it is not public,
can you share the first 64K of the file?
You can do this:
dd if=my.iso bs=64K count=1 of=head.iso
gzip head.iso
Nir