In a VMware Cloud Foundation 5.x environment, when checking the patch planning on the SDDC Manager, the latest patch version is not displayed, and only the previous generation version is shown.
VMware Cloud Foundation 5.x
SDDC Manager
This issue occurs because the lcm service in SDDC Manager fails to download the manifest files due to insufficient disk space, preventing the system from retrieving the latest patch information. The following error is recorded in the lcm service log:
YYYY-MM-DDTHH:MM:SS ERROR [vcf_lcm,XXXXXXXXXX,YYYY] [c.v.e.s.l.c.s.BundleManifestDownloadScheduler,vac-scheduler-1] Exception while polling for bundle manifests
java.io.IOException: No space left on deviceConnect to the SDDC Manager via SSH as the root user, then check the available disk space to free up capacity.
Run the df -h command to check the overall file system usage.
Identify overgrown directories and unnecessary files by using a command such as du -s /* | sort -nr.
Remove unnecessary files to free up disk space.
Japanese version: SDDC Manager のパッチ適用の計画画面で最新バージョンのパッチが表示されない(444977)
After freeing up disk space, the latest manifest files will be downloaded either by restarting the lcm service or waiting for the next polling cycle, which will allow the latest patch versions to be displayed.