List Storage Pools
virsh pool-list --allInspect It
virsh pool-info defaultCheck the file system
df -h /var/lib/libvirt/imagesSee whats in the folder
du -sh /var/lib/libvirt/imagescheck all volumes in the storage pool
virsh vol-list defaultNote the storage pool name will be different, depending on config
View Size
virsh vol-info host2.qcow2 --pool defaultNote the storage pool name will be different, depending on config
View Information
virsh pool-info defaultdf -h /var/lib/libvirt/imagesls -lh /var/lib/libvirt/imagesCheck what is consuming space
du -sh /var/lib/libvirt/images/*Show Information
lsblk
sudo vgs
sudo lvsExpand Space
sudo lvextend -l +100%FREE -r /dev/ubuntu-vg/ubuntu-lvVerify
df -h /