Some of the disks of the virtual machine failed to load.
Failed to fetch the virtual machine disks.VMware vCenter Server 8.x
VMware vSphere ESXi 8.x
While virtual machines consist of multiple files, the ESXi host service (hostd) processes it as a single object. Should any of the virtual machine's child items become inaccessible, the virtual machine will transition into an invalid load state.
For example, if an ISO has been attached to a virtual machine and that ISO was moved away from the datastore; or was deleted without removing it from the virtual machine beforehand, the virtual machine will experience the issues described.
Furthermore, when the datastore that the virtual machine is located on becomes inaccessible, hostd will not refresh the disk. Default entries with 0 capacity will be generated for those virtual disks that were not yet cached. In this situation, hostd will not refresh the snapshot list for the virtual machine. As a result, snapshot creation tasks will fail. The snapshot itself is actually getting created, but the system fails to find the new UUID in the list, resulting in the task failing.
Ideally in this scenario, if there is a need to keep the ISO attached to the virtual machine, the datastore containing the ISO should be available to the ESXi.
One of the following actions can be performed to mitigate this warning.
After performing the above action, and confirming the virtual machine is powered off, please follow the below steps to re-register the virtual machine.
Launch the vSphere Client and log in with the appropriate credentials.
Navigate to the desired ESXi host (or use the VMs and Templates view).
Right-click on the virtual machine and select Remove from Inventory (Note: If you are logged directly into the ESXi host client rather than vCenter, this option is called Unregister).
Navigate to the Storage view from the main menu, OR select your ESXi host and click the Datastores tab.
Select the appropriate datastore where the VM resides, and click the Files tab (Alternatively, right-click the datastore and select Browse Files).
Locate and open the virtual machine's directory folder.
Find the corresponding .vmx file.
Right-click the .vmx file and select Register VM.
Follow the registration wizard to complete the process (you will be prompted to confirm the VM name, select a compute resource, and complete the setup).
The warning should be gone now and backup should work as expected.