There is no more space for virtual disk <VM name>.vmdk. You might be able to continue this session by freeing disk space on the relevant volume and clicking retry. Click Cancel to terminate this session.var/run/log/vmkernel.log file on the ESXi host reports “No space left on device” error:YYYY-MM-DDTHH:MM.SSSZ In(182) vmkernel: cpu54:2097677)FS3DM: 3012: status No space left on device zeroing 1 extents(1048576 each)YYYY-MM-DDTHH:MM.SSSZ In(182) vmkernel: cpu54:2097677)FS3J: 3320: Cancelling txn (0x43144b284200) callerID: 0xc1d00006 due to failurepre-committing: No space left on deviceYYYY-MM-DDTHH:MM.SSSZ In(182) vmkernel: cpu70:2097677)BC: 608: write to vmware.log (#### ##### ##### ###### ######) 173896 bytes failed: No space left on deviceVMware vSAN 6.x
VMware vSAN 7.x
VMware vSAN 8.x
l() { python -c "print('-' * 115)" ; };cmmds-tool find -t HOSTNAME -f json | egrep "uuid|hostname" | sed -e 's/\"content\"://g' | awk '{print $2}' | sed -e 's/[\",\},\,]//g' | xargs -n 2 | while read hostuuid hostname; do l;echo -e " hostname: $hostname --- host UUID: $hostuuid"; l;echo -e " Disk Name\t\t| Disk UUID\t\t | Disk Usage | Disk Capacity | Usage Percentage";l; cmmds-tool find -f json -t DISK -o $hostuuid | egrep "uuid|content" | awk 'NR%2{printf "%s ",$0;next;}1' | sed -e 's/[\",\},\]//g' | awk '{printf $0}' | sed -e "s/uuid: /\n uuid: /g" | grep -v "maxComponents: 0"| awk '{print $37 " " $2 " " $5}' | while read disknaa diskuuid diskcap; do if [ $diskcap > 0 ]; then diskcapused=$(cmmds-tool find -f json -t DISK_STATUS -u $diskuuid |grep content |sed -e 's/[\",\},\]//g' | awk '{print $3}'); diskperc=$(echo "$diskcapused $diskcap" | awk '{print $1/$2*100}') ; echo -en " $disknaa\t| $diskuuid\t| $diskcapused\t | $diskcap\t | $diskperc %\n"; fi ; done ; done; l
Disk Name | Disk UUID | Disk Usage | Disk Capacity | Usage Percentage naa.################:2 | ########-####-####-####-############ | 1800343629332 | 1800350466048 | 99.9996 % naa.################:2 | ########-####-####-####-############ | 1800343629332 | 1800350466048 | 99.9996 % naa.################:2 | ########-####-####-####-############ | 1770765397524 | 1800350466048 | 98.3567 %To resolve this issue, ensure that the vSAN datastore has sufficient free space to accommodate the required objects.
Increase vSAN capacity:
Workaround (for immediate resolution):
Free up existing space in the vSAN datastore: