mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #387] libvirt: QEMU Driver error : argument unsupported: Unknown IP address data source 3 #239
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xujianhua1974 on GitHub (Nov 9, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/387
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 3I don't know which function code produces the error. Although the instance view page is shown properly
@catborise commented on GitHub (Nov 9, 2020):
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.
@xujianhua1974 commented on GitHub (Nov 10, 2020):
@catborise Thank you very much
@xujianhua1974 commented on GitHub (Nov 10, 2020):
@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 .
