mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #652] Webvirtcloud cannot connection to new libvirt version #377
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#377
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 @hungviet99 on GitHub (Jun 26, 2024).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/652
In RHEL 9, the libvirt library uses modular daemons that handle individual virtualization driver, so redhat changed from libvirt to virtqemud daemon handles QEMU drivers.
I configured file
/etc/libvirt/virtqemud.conffollowing:and then restart virtqemud.service but i still couldn't connect to libvirt server with port 16509.
How can I open port 16509 so webvirtcloud can connect to it?
@catborise commented on GitHub (Jun 28, 2024):
you must start libvirt service with virtproxyd-tcp.socket to connect remote host.