Power Off Source Cluster. Status: Failed
Step vmsp_upgrade_vcfa failed.This issue occurs due to a path discrepancy between the vCenter inventory and the VCFA Cluster configuration. Specifically, triggered when you manually relocate VCFA 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 VCFA cluster configuration and relocate the VCFA 9.0 VMs to the correct VM folder path:
vmware-system-user.sudo su -kubectl command to check the Folder path in VCFA cluster configuration:k get pd vmsp-platform -n vmsp-platform -o jsonpath='{.spec.values.provider.vsphere}' | jq | grep folder
Note: The VM folder path will be in the format <Datacenter Name>/vm/<Parent Folder Name>/<Child Folder Name 1>/<Child Folder Name 2>..
Sample Result:
k get pd vmsp-platform -n vmsp-platform -o jsonpath='{.spec.values.provider.vsphere}' | jq | grep folder
"folder": "/datacenter01/vm/Discovered Virtual Machines",datacenter01/vm/vcf-automation