Unable to configured umds patch-store due to Error: /nfs/vmware/vcf/nfs-mount/umds/patch-store. System error 28: No space left on device
search cancel

Unable to configured umds patch-store due to Error: /nfs/vmware/vcf/nfs-mount/umds/patch-store. System error 28: No space left on device

book

Article ID: 439089

calendar_today

Updated On:

Products

VCF Operations VMware SDDC Manager

Issue/Introduction

  • In a VMware Cloud Foundation (VCF) environment, the SDDC Manager or UMDS server fails to download or sync patches
  • The following error is observed in the /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

  • Unable to configure the patch store due to no space.
  • The following error is observed in the /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 1
Out 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.txt
LocalProcess 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 FAILED
LocalProcess INFO: 2026-04-20 15:40:31 - **********************************************

Error Stream: LocalProcess ERROR: 2026-04-20 15:40:31 - Logging level is: error
LocalProcess 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.txt
LocalProcess 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

 

  • Checking the disk space on the sddc manager with the following command df -h shows full:

 

Environment

SDDC Manager 9.x

VCF 9.x

Cause

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.

Resolution

  • Log in to the SDDC Manager appliance as 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