Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 368 Bytes

libvirt-autoballoon

libvirt-autoballoon: daemon to autoballoon guest memory by virsh on host with libvirt

That script just detect all running libvirt-qemu guests on localhost
and try balloon unused memory from guests to host

Proof of concept

Installation

~# make install
~# systemctl enable libvirt-autoballoon
~# systemctl start libvirt-autoballoon