On Tue, Jan 12, 2021 at 11:46 AM dhanaraj.ramesh--- via Users
<users@ovirt.org> wrote:
>
> I fixed it with below solutions
>
> # cp -p /etc/ovirt-imageio/conf.d/50-engine.conf 
> /etc/ovirt-imageio/conf.d/99-local.conf

It seems that you have a all-in-one setup, running engine and vdsm on
the same host.
This setup is not supported since ovirt-4.0 (or earlier), but it used
to work on 4.3.

This is unlikely to work since engine configuration will not work for
vdsm. If ovirt-imageio
will run with engine configuration, it will not work with vdsm, and it
it run with vdsm configuration
it will not work with engine.

The way to fix this is to use vdsm configuration for ovirt-imageio,
and disable the proxy in
engine side, so engine UI works directly with the local imageio daemon.

        engine-config -s "ImageTransferProxyEnabled=false"
        systemctl restart ovirt-engine

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/P6SM3BCGW7M2X4MG7OHDHZUB5Y34VZKT/

Reply via email to