Steps to Increase disk of LVM in RHEL 9.
Scenario 1: Instance is created already
- Stop the instance ( Optional but suggested )
- Go to storage of the instance and modify the volume to desired size.
- Start the instance
- Run the following command.
Increase Partition
growpart /dev/nvme0n1 4
Extend the volume of home to 5G from 1G
lvextend -r -L +5G /dev/mapper/RootVG-homeVol