mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #441] Cannot create new instance on Archlinux #271
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#271
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 @wongsyrone on GitHub (May 27, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/441
It shows
XML error: unexpected root element <domain> expecting <device>virsh output:
@wongsyrone commented on GitHub (May 27, 2021):
PKGBUILD for Archlinux: https://github.com/wongsyrone/self-PKGBUILDs/tree/master/webvirtcloud-git
@wongsyrone commented on GitHub (May 27, 2021):
I tried to paste the content of https://github.com/retspen/webvirtcloud/blob/master/conf/test-vm.xml to the XML page when creating a new VM. it failed again.
While it passes
virt-xml-validate@wongsyrone commented on GitHub (May 27, 2021):
Issue solved when removing
libvirt-python==7.2.0from https://github.com/retspen/webvirtcloud/blob/master/conf/requirements.txt as Archlinux already uses 7.3.0 now.It's caused by mismatching version of libvirt-python on the system and the bundled libvirt-python.