mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-27 00:15:56 +03:00
[GH-ISSUE #311] Launch New Instance with Webvirtcloud - Error #207
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#207
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 @toddleish on GitHub (May 12, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/311
I am setting up Webvirtcloud for the first time. I have Webvirtcloud running on Ubuntu 18.04 and the KVM/Libvirt server running on CentOS7. I tried to launch my first instance on Webvirtcloud, but get this error:
Error: unsupported configuration: virtio-mouse is not supported by this QEMU binaryI did a google search, but I can't find anything related to this error. Do you have any hints to fix this?
@catborise commented on GitHub (May 12, 2020):
I think you are using old qemu version. Because of that some new features does not work.
On the hypervisor host run that cmd:
virsh versionAdd new repo to host and update qemu and libvirt.
Latest rpm package for Centos qemu 2.12 and libvirt 4.5
@catborise commented on GitHub (May 12, 2020):
Kvm common repo contains latest rpm packages for libvirt and qemu-kvm
http://mirror.centos.plus.hr/centos/7/virt/x86_64/
@zhgwei commented on GitHub (May 13, 2020):
I got the same problem, but thanks to @catborise I try these cmd to update libvirt and qemu-kvm, and it works for me:
@toddleish commented on GitHub (May 13, 2020):
Yes, thank you. I meant to reply also. I upgraded my CentOS libvirt that
way and all is well.
On Wed, May 13, 2020 at 12:15 AM znue notifications@github.com wrote: