-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
KVM is implemented in the linux kernel and wouldn't need a middleman like VirtualBox. (TODO: Check sandboxing / cloning speeds) -> This would however mean that windows would probably have to be dropped.
A good step in this direction would be to research using the libvirt API (https://libvirt.org/drvvbox.html) to manage our current VirtualBox VMs:
The libvirt VirtualBox driver can manage any VirtualBox version from version 4.0 onwards (since libvirt 3.0.0).
An added benefit from using libvirt is that Ceph can be configured as a block device for software that uses the libvirt API https://docs.ceph.com/en/latest/rbd/libvirt/ meaning we would no longer need to store the VMs on the hosts.
Reactions are currently unavailable