On Wed, Mar 2, 2022 at 5:53 PM nroach44--- via Users <users@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
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VOYYZCFBI6DKXFNU6IC72Q6JBHU2KAW2/

Reply via email to