[ovirt-users] Re: Correct method to upload ISOs

2022-03-02 Thread Nir Soffer
On Wed, Mar 2, 2022 at 5:53 PM nroach44--- via Users  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/


[ovirt-users] Re: Correct method to upload ISOs

2022-03-02 Thread nroach44--- via Users
Via the WebUI.

Disks > Upload > Select iso locally, select normal data repo etc > Go
___
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/J4XK7KJEEIL22AAWYLIIG2RI426D4O4H/


[ovirt-users] Re: Correct method to upload ISOs

2022-03-02 Thread Nir Soffer
On Wed, Mar 2, 2022 at 4:11 PM nroach44--- via Users  wrote:
>
> As ISO domains are deprecated, what's the correct/modern procedure to upload 
> ISOs to install / boot from?
>
> When I upload them to a data domain, they get converted into QCOW2 images (as 
> confirmed by qemu-img info), but attached like ISOs to the qemu process. This 
> means the VMs won't boot, until I manually overwrite the disk image on the 
> datastore with the ISO directly (which works fine).
>
> My cluster started on 4.4 just after release, and is fully updated, if that 
> changes things.

How do you upload?

Please share the exact command used.

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/6TPGXAEBFNECMRQKOW2SB7UR5YYSQQLS/