For LVM disks
Follow first step in esxi to stretch the vmdk file.
Add a new partition with fdisk
Add this partition to the volume group
Extend the volume group
Resize partition
pvscan
ls -al /dev/sda*
fdisk /dev/sda
ls -al /dev/sda*
reboot
ls -lah /dev/sda*
pvcreate /dev/sda3
vgextend VolGroup00 /dev/sda3
vgdisplay
lvextend -L +88G /dev/VolGroup00/LogVol00
df -h
resize2fs /dev/VolGroup00/LogVol00
df -h