Need Advice on how to expand space for AMP

OS Name/Version: Ubuntu 20.04 LTS

Product Name/Version: AMP 2.3.4.0(Always use the full version number - not ‘Latest’)

Problem Description: Expanded Partition, but space is not available to AMP. Not sure how to allocate more space to AMP after expanding the partition.

21:58:49
Connecting anonymously to Steam Public...OK
21:58:50
Waiting for client config...OK
Waiting for user info...OK
21:58:51
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
21:58:52
Error! App '376030' state is 0x202 after update job.

Actions taken to resolve so far:

Shutdown Virtual Machine
Expanded Virtual Machine Virtual Hard Disk to 600GB
Used Parted to expand partition from 128GB to 600GB.
Rebooted Virtual Machine.
Attempted to install instance.
Errors in 0x202, not enough space.

What does df -h show? AMP will use whatever is available so it’s no issue there.

I only resized the partition and didn’t resize the LVM. So I had to do the following to increase the space. After this, the space was now available to AMP.

# Increase the Physical Volume (pv) to max size
pvresize /dev/sda3

# Expand the Logical Volume (LV) to max size to match
lvresize -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv

# Expand the filesystem itself
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv