Can anyone help me to upload the img file into the ovirt 4.5

Hi, Please refer to the below details of my system and am not able to upload the image even cli and ui. both am getting same error. The service are running fine. Error :- RemoveImageTicketVDS failed: Image daemon is unsupported: () Linux OS :- OLE8.9 Ovirt :- 4.5

Hi Prabu, With ovirt 4.5.2+ you can use the ovirt-img command, which more feature-rich, fast, and reliable than the UI: $ ovirt-img upload-disk \ --engine-url https://engine.com \ --username admin@internal \ --cafile /path/to/cert.pem \ --storage-domain mydomain \ /path/to/iso You can also add configuration for your setup (you can have many): $ cat ~/.config/ovirt-img.conf [engine1] engine_url = https://engine.com username = admin@internal password = password cafile = /path/to/cert.pem And then just select the section name in the configuration that you want to use: $ ovirt-img upload-disk --config engine1 /path/to/iso [ 100% ] 6.00 GiB, 33.02 s, 186.07 MiB/s | upload completed Check `ovirt-img -h` for more details. That said, this looks like the socket file is missing. Have you checked `/run/ovirt-imageio/sock` exists in your hosts? BR, Albert On Mon, Mar 11, 2024 at 9:19 AM Prabu Raj <praburaj1985@gmail.com> wrote:
Hi, Please refer to the below details of my system and am not able to upload the image even cli and ui. both am getting same error. The service are running fine.
Error :- RemoveImageTicketVDS failed: Image daemon is unsupported: ()
Linux OS :- OLE8.9 Ovirt :- 4.5 _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@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/devel@ovirt.org/message/MTCJCX3LUUJCDE...

Hi Prabu, Can you describe the cli procedure you are using? From the Web UI, there are some caveats to consider, like uploading the image from a Wi-Fi-connected computer or using a VPN connection. Also, can you inform the rpm versions for the qemu-kvm, libvirt, and vdsm packages? Marcos -----Original Message----- From: Prabu Raj <praburaj1985@gmail.com> Sent: Saturday, March 9, 2024 10:48 PM To: devel@ovirt.org Subject: [External] : [ovirt-devel] Can anyone help me to upload the img file into the ovirt 4.5 Hi, Please refer to the below details of my system and am not able to upload the image even cli and ui. both am getting same error. The service are running fine. Error :- RemoveImageTicketVDS failed: Image daemon is unsupported: () Linux OS :- OLE8.9 Ovirt :- 4.5 _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://urldefense.com/v3/__https://www.ovirt.org/privacy-policy.html__;!!AC... oVirt Code of Conduct: https://urldefense.com/v3/__https://www.ovirt.org/community/about/community-... List Archives: https://urldefense.com/v3/__https://lists.ovirt.org/archives/list/devel@ovir...
participants (3)
-
Albert Esteve
-
Marcos Sungaila
-
Prabu Raj