Increase diskstorage
fdisk -lcfdiskNext choose "Resize" and then "Write".
fdisk -l <pathtomaindevice> #example path: /dev/sdapartedNext choose "print" -> "Resizepart". Enter number of device. Then choose "quit".
pvresize <pathtonewdevice>lvextend -l +100%FREE <pathtolocalpartition>resize2fs <pathtolocalpartition>df -hThen reboot the machine.
