Virt-Manager Pool Running Out of Space
September 10, 2023 —
Gregg Szumowski
Once upon a time, I had an issue with virt-manager’s pool space
running low. I was creating too many VMs using the default
configuration. This needed to be resolved because images are being
created in /var/lib/libvirt/images which was part of my
root
partition, which was also low. Since I am the only
user on this machine, I decided to change this to default to my home
directory:
- Create
~/libvirt/images
- Run
$ sudo virsh pool-edit default
as a privileged user or as theroot
user. - Change the path to point to your new directory.
Tags: cli, virt-manager, virsh, motd