87 Feb 18 21:51 VM_Name_7-000001.vmdk
892 Feb 20 15:34 VM_Name_7-000002.vmdk
32.0M Feb 20 15:45 VM_Name_7-000003-ctk.vmdk
966 Feb 20 15:54 VM_Name_7-000003.vmdk
32.0M Feb 25 18:40 VM_Name_7-000004-ctk.vmdk
975 Feb 26 08:21 VM_Name_7-000004.vmdk
32.0M Mar 21 18:12 VM_Name_7-000005-ctk.vmdk
810 Mar 13 05:04 VM_Name_7-000005.vmdk
VMware vSAN ESA (All Versions)
This is caused due to a missing descriptor file within the snapshot chain
First determine if all the snapTags exist for the snapshot chain by doing the following:
If all the snapTags for the chain exist then open a case with vSAN Support to create the missing descriptor file.
If the snapTag for the base disk is missing then edit the descriptor file of the oldest descriptor in the chain to be the base disk.
To do this use vi editor and comment out the line ddb.nativeParentHint =
vi VM_Name_7-000001.vmdk
# Disk DescriptorFile
version=4
encoding="UTF-8"
CID=d2c5ec48
parentCID=ffffffff
createType="vmfs"
# Extent description
RW 4294967296 VMFS "vsan://52f44cda777bb77c-5458############/e044b067-c42c-617b-e285-############::13"
# The Disk Data Base
#DDB
ddb.adapterType = "lsilogic"
ddb.deletable = "true"
ddb.geometry.cylinders = "267349"
ddb.geometry.heads = "255"
ddb.geometry.sectors = "63"
ddb.longContentID = "177f0da5ee257253de22142cd2c5ec48"
ddb.nativeDeltaBytes = "1124638082048"
ddb.nativeDeltaBytesIsEstimate = "yes"
ddb.nativeParentCID = "783f3906"
#ddb.nativeParentHint = "VM_Name_7.vmdk"
ddb.objectParentUri = "vsan://52f44cda777bb77c-5458############/e044b067-c42c-617b-e285-############"
ddb.thinProvisioned = "1"
ddb.toolsInstallType = "4"
ddb.toolsVersion = "11269"
ddb.uuid = "60 00 C2 93 5c ed a7 8d-59 58 5e d3 2e d4 18 68"
ddb.virtualHWVersion = "14"
The VM will now be able to power on and snapshots can be deleted/consolidated. However this will result in the base disk having the naming convention of a snapshot. To fix the naming convention for the vmdk do one of the following: