Resize partition:
sudo cfdisk
Select the physical volume and resize and write before you exit.
Extend PV physical volume:
sudo pvresize /dev/sda3
Find the logical volume (LV Path):
sudo lvdisplay
Extend logical volume:
lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
Get the name your LVM path: (e.g. /dev/