Extending LVM and expanding disk size on Linux

If you have disk space already assigned to the VM from the host, you can verify using command lsblk To expand partition, eg. /dev/sda3 you have to use growpart Then resize logical volume to match partition size with lvextend And in the end expand it’s filesystem using resize2fs And you’re all set.Before and after below.