Retrieving update patches bundles failed. Unable to retrieve aggregated LCM bundles: Error in getDomainBomVersion(): Encountered error requesting http://127.0.0.1/v1/system/upgradables api: Target VCF Version 5.2.x.x is lower than source VCF Version 9.0.x.x.Getting Upgradable API call failed. Target VCF Version 5.2.x.x is lower than source VCF Version 9.0.x.x.VCF Operations UI -> Build -> Lifecycle -> select the VCF Instance -> select the domain (Management or Workload)A domain retains a stale target upgrade version in the Lifecycle Management (LCM) service metadata that is lower than the current source version. This prevents the LCM service from calculating a valid upgrade path.
To clear the stale metadata, follow these steps using the SDDC Manager API Explorer.
GET /v1/releases/domains endpoint.targetSddcManagerVersion for each domain.domainId for any domain where the version is lower than the current source version.DELETE /v1/releases/domains/{domainId} endpoint.domainId recorded in step 6 and click Execute.targetSddcManagerVersion is now clear.After executing these steps, the components should revert to an "On Target" status.
Note: If HCX is deployed in a non-management VCF 9.1 workload domain, it may still show the Version Drift status after applying this workaround.