webvirtcloud
webvirtcloud copied to clipboard
libvirt: QEMU Driver error : argument unsupported: Unknown IP address data source 3
When I open an instance view page, I can see a libvirt error message in the project running window (in pyCharm IDE) as following:
libvirt: QEMU Driver error : argument unsupported: Unknown IP address data source 3
I don't know which function code produces the error. Although the instance view page is shown properly
It is related with ip address query. It checks two way. One of them is qemu-guest-agent other one is arp query. One of them produces this error. But it is harmless.
@catborise Thank you very much
@catborise , I found another problem, I had pacemaker cluster to manage HA vm instances, and I wrote a script to disable the cluster resource related vm instance, and changed the instances views:poweroff function code just call the script if the vm instance is managed by pacemaker cluster. When I shutdown a vm Instance from the instance view page by clicking the Poweroff button, and I saw the VM was shutdown indeed from the host terminal through virsh list --all, but the instance view page kept wrong #power tabpanel from changed, and I saw the page kept runnging the interval get_status javascript of the instance.html as the same with other vm instances through the project running window (in pyCharm IDE), the page kept frequently flashing a hint "waiting http://127.0.0.1" at the bottom of the broswer. Even if I refreshed the page by clicking the refresh icon of the vm instance page or through F5 (browser refresh button), no change occured. The instance view page was shown properly only if I closed the page, and reopened the vm intance page. Aslo, the intance view page was shown properly when I clicked poweron button (changed the instance status from shutdown to startup). I saw no change occured on the vm instance database during the VM shutdown and startup, and the HA VM running on the same host in the pacemake cluster every time when it startup. What may be the root cause?
The instance view page was shown properly as following only if I closed the page, and reopened the vm intance page or clicked other links to change the page and return the vm instance view page .