Power Off Source Cluster. Status: FailedStep vmsp_upgrade_vidb failed.This issue occurs due to a path discrepancy between the vCenter inventory and the VIDB Cluster configuration. Specifically, triggered when you manually relocate VIDB 9.0 Cluster VMs to a different VM folder within vCenter post-deployment, invalidating the original path stored in the cluster's configuration.
Use the following steps to check the VIDB cluster configuration and relocate the VIDB 9.0 VMs to the correct VM folder path:
sudo su -kubectl get pd vmsp-platform -n vmsp-platform -o jsonpath='{.spec.values.provider.vsphere}' | jq | grep folder<Datacenter Name>/vm/<Parent Folder Name>/<Child Folder Name 1>/<Child Folder Name 2>..kubectl get pd vmsp-platform -n vmsp-platform -o jsonpath='{.spec.values.provider.vsphere}' | jq | grep folder"folder": "/datacenter01/vm/Discovered Virtual Machines",