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 <[email protected]> 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 -- [email protected]
> To unsubscribe send an email to [email protected]
> 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/[email protected]/message/MTCJCX3LUUJCDEAENSCOVLB3DLJHVBUN/
>
_______________________________________________
Devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]/message/5X3QW4MB2HTDDVJVG4SOPMJJV4V6PKIX/

Reply via email to