/var/log/vmware/vcf/lcm/lcm-debug.log logs 2026-03-24T21:07:54.311+0000 ERROR [vcf_lcm,0000000000000000,0000] [c.v.e.s.l.s.i.BundleDownloadExceptionHandlerImpl,Bundle-Downloader-3] Bundle download failed com.vmware.evo.sddc.lcm.model.bundle.repo.exception.BundleRepoWriteFailureException: Failed to store bundle(REPO WRITE FAILURE, path = /nfs/vmware/vcf/nfs-mount/bundle/depot/local/bundles/89dd4600-00be-566b-90ff-854c3cba92cb/89dd4600-00be-566b-90ff-854c3cba92cb ... Caused by: java.nio.file.FileSystemException: /nfs/vmware/vcf/nfs-mount/bundle/depot/local/bundles/89dd4600-00be-566b-90ff-854c3cba92cb/89dd4600-00be-566b-90ff-854c3cba92cb/VMware-VCSA-all-9.0.2.0.25148086.iso -> /nfs/vmware/vcf/nfs-mount/bundle/89dd4600-00be-566b-90ff-854c3cba92cb/89dd4600-00be-566b-90ff-854c3cba92cb/VMware-VCSA-all-9.0.2.0.25148086.iso: No space left on device
/var/log/vmware/vcf/lcm/lcm-debug.log logs 2026-04-20T15:40:31.239+0000 ERROR [vcf_lcm,69e648edd12788555dde1cb030ba222d,e491] [c.v.e.s.c.util.LocalProcessService,Scheduled-9] Local command /opt/vmware/vmware-umds/bin/vmware-umds -D -m --info-level error --task-id 0b0a7664-8af1-4fcf-b3cd-f639bb021c89 failed with exit value 1Out Stream: LocalProcess INFO: 2026-04-20 15:40:31 - 2026-04-20T15:40:31.229Z error vmware-downloadService[2984490] [Originator@6876 sub=Default task-id=0b0a7664-8af1-4fcf-b3cd-f639bb021c89] [updateDownloader 100] Error with the configured patch store /nfs/vmware/vcf/nfs-mount/umds/patch-store. System error 28: No space left on device; Context: write file failed for /nfs/vmware/vcf/nfs-mount/umds/patch-store/version.txtLocalProcess INFO: 2026-04-20 15:40:31 - **********************************************LocalProcess INFO: 2026-04-20 15:40:31 - Command FAILED. For more detail please check umds-commandOutput.json in log directory.LocalProcess INFO: 2026-04-20 15:40:31 - Command FAILEDLocalProcess INFO: 2026-04-20 15:40:31 - **********************************************
Error Stream: LocalProcess ERROR: 2026-04-20 15:40:31 - Logging level is: errorLocalProcess ERROR: 2026-04-20 15:40:31 - CreateFile Error: System error 28: No space left on device; Context: write file failed for /nfs/vmware/vcf/nfs-mount/umds/patch-store/version.txtLocalProcess ERROR: 2026-04-20 15:40:31 - Error with the configured patch store /nfs/vmware/vcf/nfs-mount/umds/patch-store. System error 28: No space left on device; Context: write file failed for /nfs/vmware/vcf/nfs-mount/umds/patch-store/version.txt
2026-04-20T15:40:31.239+0000 DEBUG [vcf_lcm,69e648edd12788555dde1cb030ba222d,e491] [c.v.e.s.c.util.LocalProcessService,Scheduled-9] Execute method with timeout period completed.2026-04-20T15:40:31.239+0000 ERROR [vcf_lcm,69e648edd12788555dde1cb030ba222d,e491] [c.v.e.s.l.s.impl.UmdsServiceImpl,Scheduled-9] LcmException occurred in UMDS sync
df -h shows full:
SDDC Manager 9.x
VCF 9.x
The filesystem hosting the UMDS patch store (typically an NFS mount or local directory at /nfs/vmware/vcf/nfs-mount/umds/patch-store) has exhausted its available disk space, preventing the download service from writing version metadata or new patch binaries.
vcf and switch to root.Verify disk usage of the nfs-mount:
du -sh /nfs/vmware/vcf/nfs-mount/* | sort -h
Identify and remove unnecessary items such as backups or older patch bundles to free space