In VMware Cloud Foundation (VCF) 9.1, the SDDC Manager UI gives the below issue:
VMware Cloud Foundation 9.1
This issue occurs due to stale target upgrade version metadata retained within a domain. Specifically, if the Target VCF Version recorded in the SDDC Manager database is lower than the current Source VCF Version, the UI prevents further upgrade actions or plan modifications.
To resolve this, identify and delete the stale domain release entry using the SDDC Manager API.
GET /v1/releases/domainsThe output will look like the example below:
JSON
{
"domainId": "5######3-3##3-4##7-a##d-f#########0d",
"targetVersion": "9.0.2.0",
"targetSddcManagerVersion": "9.0.2.0.25151285",
"patches": [
{
"productType": "SDDC_MANAGER",
"version": "9.0.2.0.25151285"
}
],
"isCustomizedBom": false
}DELETE /v1/releases/domains/{domainId}