Add some physical or virtual storage (resize a VM image, add a new VM image, add a disk)
Create a new LVM physical volume
lvm pvcreate /dev/sdb # substitute appropriate device nameFigure out the volume group name:
lvm vgdisplayAdd the physical volume to the volume group
lvm vgextend debian8-taldev-vg /dev/sdbFigure out the name of the logical volume you wish to enlarge
lvm lvdisplayResize the logical volume
lvm lvextend -l +100%FREE /dev/debian8-taldev-vg/rootResize the filesystem
For extX:
resize2fs /dev/debian8-taldev-vg/rootFor BtrFS
btrfs filesystem resize max /