[GH-ISSUE #84] support for bhyve #57

Open
opened 2026-02-27 15:57:10 +03:00 by kerem · 0 comments
Owner

Originally created by @nlienard on GitHub (Jan 22, 2016).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/84

Hello

I'm running 3 hypervisors; 2 with KVM/qemu and 1 with bhyve (freebsd hypervisor).

It is working fine with the 2 KVM but not with FreeBSD bhyve.

When adding the node with SSH connexion; i got this msg on web gui :

Error: no connection driver available for qemu:///system

So by default; it tries to connect through QEMU instead of bhyve.

libvirt works fine with bhyve; it just requires to replace qemu by bhyve:

virsh -c 'bhyve:///system' "list"

Id Name State

52375 alcsys-vm51 running

it is possible to add this support on webvirtcloud ?

i'm fine to perform some test if you need as i got a bhyve instance running.

Thanks in advance !

Originally created by @nlienard on GitHub (Jan 22, 2016). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/84 Hello I'm running 3 hypervisors; 2 with KVM/qemu and 1 with bhyve (freebsd hypervisor). It is working fine with the 2 KVM but not with FreeBSD bhyve. When adding the node with SSH connexion; i got this msg on web gui : Error: no connection driver available for qemu:///system So by default; it tries to connect through QEMU instead of bhyve. libvirt works fine with bhyve; it just requires to replace qemu by bhyve: # virsh -c 'bhyve:///system' "list" ## Id Name State 52375 alcsys-vm51 running it is possible to add this support on webvirtcloud ? i'm fine to perform some test if you need as i got a bhyve instance running. Thanks in advance !
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#57
No description provided.