When attempting to stretch a workload cluster in SDDC Manager, the task Update NSX TransportNode Profile with SubCluster configuration fails.
You may observe the following error message in the SDDC Manager UI:
Transport Node Collection update with subCluster failedCause: InvalidRequest (com.vmware.vapi.std.errors.invalid_request) (statusCode:400) => { messages = [], data = => {error_message=Error while validating sub-Configuration with name <POOL_NAME> and Host Switch with Id <ID>., httpStatus=BAD_REQUEST, details=The uplink name uplink2 is not found in the [Uplink-1, Uplink-2] list of UplinkHostSwitchProfile BaseHostSwitchProfile/<PROFILE_ID>., error_code=9857, module_name=NsxSwitching service}, errorType = INVALID_REQUEST }
This issue occurs because of a naming mismatch between the uplink placeholders expected by SDDC Manager and those defined in the NSX Uplink Profile. For example, SDDC Manager may be looking for uplink2 while the NSX profile uses Uplink-2.
To resolve this issue, you must modify the Uplink Profile in NSX to match the configuration expected by SDDC Manager:
Uplink-2 to uplink2).
For detailed steps on managing profiles, see Create an Uplink Profile.