On Tue, Jan 12, 2021 at 11:46 AM dhanaraj.ramesh--- via Users
<users(a)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