Extend the LVM space
Resize partition:
sudo cfdiskSelect the physical volume and resize and write before you exit.
Extend PV physical volume:
sudo pvresize /dev/sda3Find the logical volume (LV Path):
sudo lvdisplayExtend logical volume:
sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lvGet the name your LVM path: (e.g. /dev/mapper/ubuntu--vg-ubuntu--lv)
df -hResize the LVM using the path from above:
sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lvCheck the volume sizes:
df -h