The root partition is running out of space so i'd like to move the machines to another directory. They are currently on /var/lib/libvirt/images/, the pool is called images. The VMs are spun up with Vagrant and im using KVM/libvirt as the provider.
So far what i've tried is:
- Shut down the VM with Vagrant
- Create a new directory under
/home/images/ - chown qemu:qemu
/home/images - move the images from
/var/lib/libvirt/imagesto/home/images - Create new pool and point it at
/home/images - edit each VM with
virsh editand change the path of the disk. - start the VM
Any easier/better way to do this?