yyyy-mm-dd hh:mm:ss: ERROR: Starting task reclaim-vfreeyyyy-mm-dd hh:mm:ss: INFO: Updated /var/log/vmware/vcf/lcm/thirdparty/upgrades/####/vcf-platform/upgrade/vcf_platform_upgrade.status status file with data OrderedDict([('upgradeId', '####'), ('resourceId', '####'), ('upgradeStatusCode', 'COMPLETED_WITH_FAILURE'), ('progress', 20), ('error', OrderedDict([('errorCode', 200), ('errorDescription', 'Starting task reclaim-vfree')])), ('startTime', xxx), ('endTime', xxx)])yyyy-mm-dd hh:mm:ss: ERROR:Traceback (most recent call last): File "/var/log/vmware/vcf/lcm/thirdparty/bundles/####/thirdparty/vcf-platform-upgrade/bin/vcf_platform_upgrade.py.copy", line 472, in <module> upgrade_workflow() File "/var/log/vmware/vcf/lcm/thirdparty/bundles/####/thirdparty/vcf-platform-upgrade/bin/vcf_platform_upgrade.py.copy", line 119, in upgrade_workflow wrapper.update_status(return_code=rc, status='COMPLETED_WITH_FAILURE', File "/var/log/vmware/vcf/lcm/thirdparty/bundles/####/thirdparty/vcf-platform-upgrade/bin/../../wrapper.py", line 187, in update_status raise ExceptionExceptionyyyy-mm-dd hh:mm:ss: ERROR: Failed to update VCF Services and Photon rpms in SDDC Manager
installing package rsync-3.2.7-1.ph4.Error(1525) : rpm transaction failedx86_64 needs 49MB more space on the / filesystem
installing package glibc-devel-2.32-16.ph4.x86_64 needs 71MB more space on the / filesysteminstalling package c-ares-1.19.1-2.ph4.x86_64 needs 58MB more space on the / filesysteminstalling package linux-5.10.214-1.ph4.x86_64 needs 84MB more space on the / filesysteminstalling package selinux-policy-36.5-4.ph4.noarch needs 90MB more space on the / filesystemError in upgrading all packages to latest versions (tdnf error code: 245).
VMware Cloud Foundation 5.2.x
1. SSH with vcf user to the SDDC manager, elevate to root user.
2. Run the below command to identify which partition is full.
df -h
3. Locate Space-Consuming Files/Folders - navigate around each directory to methodically identify the directories and log files consuming the most space:
du -h --max-depth 1 /<Mount_Point> # Example: du -h --max-depth 1 /
du -sh * | sort -nr
4. After successfully clearing the required disk space, reboot the SDDC manager and re-try the update.