Cannot open the disk '/vmfs/volumes/volume/vm/vm-00000#.vmdk' or one of the snapshot disks it depends on.Cannot open disk '/vmfs/volumes/volume/vm/vm-00000#.vmdk': The parent virtual disk has been modified since the child was created (##).Some of the disks of the virtual machine vm_name failed to load. The information present for them in the virtual machine configuration may be incomplete.vmx| DISKLIB-LINK : "vm.vmdk" : failed to open (The system cannot find the file specified).vmx| DISKLIB-CHAIN : "vm.vmdk" : failed to open (The system cannot find the file specified).Hard disks showing as 0 MB in Size.These issues can occur due to:
VMDK) descriptor files.To resolve this issue, follow any of the options below:
Virtual Machine Disk Files verification:
For each disk (including snapshot disks) verify that the following files are present:
Base Disk Descriptor File: vm.vmdk
Base Disk Data File: vm-flat.vmdk or vm-separse.vmdk
Snapshot Disk Descriptor File: vm-######.vmdk for each snapshot.
Snapshot disk data file: vmname-######-delta.vmdk or vmname-######-sesparse.vmdk for each snapshot.
Note: If any of these files are missing, the disk may need to be recreated or restored.
Recreate Missing Descriptor File:
Base Disk Descriptor File: If the descriptor file for the base disk is missing, it has to be recreated. For more information, refer: Recreating a missing VMware virtual machine disk descriptor file (.vmdk).
Snapshot Disk Descriptor File: If the descriptor file for a snapshot disk is missing, it has to be recreated. For more information, refer: Recreating a missing virtual disk (VMDK) descriptor file for delta disks.
Missing Data File:
If data files, such as flat.vmdk, delta.vmdk, sesparse.vmdk files are missing, the VM will have to be restored from a backup or rebuilt.
Check for Inconsistent Snapshot Chains:
If errors regarding "The parent virtual disk has been modified since the child was created" is encountered, then it may be needed to consolidate the snapshot chain or restore the VM from a backup.
If VM has Raw Device Mapping (RDM) Disks:
RDM disks: Will not have flat.vmdk or sesparse.vmdk files for the base disk.
Physical-mode RDM: Files will be in the form of vm-rdmp.vmdk.
Virtual-mode RDM: Files will be in the form of vm-rdm.vmdk.
Base Disk Data File: vm-flat.vmdk or vm-separse.vmdk.
RDM descriptor file is missing: It has to be recreated. For more information, refer: Recreating pass-through Raw Device Mapping (RDM) files for a virtual machine
Other Useful Links: