mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #84] support for bhyve #57
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#57
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 @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 !