Occasionally I end up with an LVM that doesn't fill the physical disk. This blog contains the solution
In summary:
df -h
sudo lvresize -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
Occasionally I end up with an LVM that doesn't fill the physical disk. This blog contains the solution
In summary:
df -h
sudo lvresize -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv