Site icon EfmSoft

What does NTSTATUS 0xC03A000F (STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH) mean?

 
Could be also:
ConstantTypeOS
ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCHHRESULTWindows
Previous Next
STATUS_VHD_CHILD_PARENT_ID_MISMATCH STATUS_VHD_METADATA_READ_FAILURE

STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH

STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH means a differencing child's recorded parent timestamp does not agree with the parent the provider opened. The comparison is a chain-consistency safeguard, not a complaint about the host clock or the time shown to the guest OS.

Unlike STATUS_VHD_CHILD_PARENT_ID_MISMATCH, the parent identity can still match. Unlike STATUS_VHD_PARENT_VHD_ACCESS_DENIED, the provider reached the parent well enough to inspect its metadata. The mismatch can indicate that the parent was modified after the child was created or that the wrong revision was selected.

Determine whether the parent changed

References


Looking for a different code? Search another status or error code.

Exit mobile version