Grow a Linux disk after extending a VMDK
Extending the virtual disk is the easy part. This walks the whole chain in the guest: rescan, growpart, pvresize, lvextend and the filesystem step, which is xfs_growfs on RHEL and resize2fs on Ubuntu.
Extending the virtual disk is the easy part. This walks the whole chain in the guest: rescan, growpart, pvresize, lvextend and the filesystem step, which is xfs_growfs on RHEL and resize2fs on Ubuntu.