This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Description
The libvirt box for vagrant-openshift require a lot of disk space:
- almost 6 GiB for the initial download of the compressed box file
- 22 GiB for uncompressed qcow2 image in
~/.vagrant.d/boxes
- 22 GiB for copy of uncompressed qcow2 image in
/var/lib/libvirt/images
Why is the libvirt image so large? Is there any way to make the image smaller? My laptop has a 250 GB SSD with 40 GB disk space for the root partition.
I prefer to use libvirt because I'm usually running multiple VMs at the same time. The other VMs are all managed by libvirt. Due to hardware and software restrictions it is not possible to run Virtualbox and libvirt at the same time. tl;dr only one Kernel driver can utilize a CPU's hardware virtualization feature.