
On Tue, Nov 8, 2016 at 10:24 AM, วีร์ ศรีทิพโพธิ์ <wee.s@forest.go.th> wrote:
Hi,
I’m trying to transfer one of my VM from KVM to oVirt. My understanding is that I can upload its qcow2 to oVirt via ’Upload > Start’ in ‘Disks’ tab of the web UI.
However, the upload won’t start. I found this message in the events tab:
"Unable to upload image to disk 2a2e3afc-825b-4022-b402-669731003f3a due to a network error. Make sure ovirt-imageio-proxy service is installed and configured, and ovirt-engine's certificate is registered as a valid CA in the browser."
I already installed the CA from 'https://[engine address]/ ovirt-engine/services/pki-resource?resource=ca- certificate&format=X509-PEM-CA’ and ovirt-imageio-proxy is still running.
[root@oengine ~]# systemctl status ovirt-imageio-proxy *●* ovirt-imageio-proxy.service - oVirt ImageIO Proxy Loaded: loaded (/usr/lib/systemd/system/ovirt-imageio-proxy.service; enabled; vendor preset: disabled) Active: *active (running)* since Tue 2016-11-08 02:06:55 UTC; 5h 28min ago Main PID: 503 (ovirt-imageio-p) CGroup: /system.slice/ovirt-imageio-proxy.service └─503 /usr/bin/python /usr/bin/ovirt-imageio-proxy
Please guide me in this regard, Wee.
oVirt Engine Version: 4.0.4.4-1.el7.centos
Logs:
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Hi Wee. Looking in your logs, it looks like "ovirt-imageio-daemon" service, which runs in the oVirt's host (ovirt03.forest.go.th), doesn't accept the requests as should. Please, log into this host and restart this service, running: *service ovirt-imageio-daemon restart* And try upload. If this won't work, please send us the output of "journalctl -xeu ovirt-imageio-daemon" from ovirt03.forest.go.th . Thanks, Amit.