The space first needs to be zeroed out before it can be reclaimed. More information can be read about this in the following article:
Reclaiming disk space from thin provisioned VMDK files when ESXI Host still sees blocks even after removed from GuestOS
The following steps need to be taken on the base disks of the VCSA. Due to this, taking a snapshot will invalidate the following process so a snapshot of the VCSA CANNOT be taken as a rollback option. The following options are still available:
Make sure that one or multiple of these are available before beginning the below steps.
service-control --stopdd command against the majority of the drives:dd if=/dev/zero of=/storage/lvm_snapshot/zeroesdd if=/dev/zero of=/storage/lifecycle/zeroesdd if=/dev/zero of=/storage/autodeploy/zeroesdd if=/dev/zero of=/storage/dblog/zeroesdd if=/dev/zero of=/storage/db/zeroesdd if=/dev/zero of=/storage/seat/zeroesdd if=/dev/zero of=/storage/updatemgr/zeroesdd if=/dev/zero of=/storage/vtsdblog/zeroesdd if=/dev/zero of=/storage/imagebuilder/zeroesdd if=/dev/zero of=/storage/core/zeroesdd if=/dev/zero of=/storage/log/zeroesdd if=/dev/zero of=/storage/vtsdb/zeroesdd if=/dev/zero of=/tmp/zeroes / - The root partition filling up it normally stops the appliance from running/storage/archive - This drive normally fills up to 99% and stays there by design. This drive normally has no free space to recover./storage/netdump - This drive is 1 GB in size, which is a nominal space savings.rm is a data destructive command. The absolute path has been specified with the correct file name. Double check your paths are absolute and your filenames are correct)rm -f /storage/lvm_snapshot/zeroesrm -f /storage/lifecycle/zeroesrm -f /storage/autodeploy/zeroesrm -f /storage/dblog/zeroesrm -f /storage/db/zeroesrm -f /storage/seat/zeroesrm -f /storage/updatemgr/zeroesrm -f /storage/vtsdblog/zeroesrm -f /storage/imagebuilder/zeroesrm -f /storage/core/zeroesrm -f /storage/log/zeroesrm -f /storage/vtsdb/zeroesrm -f /tmp/zeroesservice-control --startAfter following the above steps, the disk usage in the UI will still be slightly above what the disk usage in the guest OS. This is due to the drives that were excluded.