Environment specific:
Symptoms:
VMware Aria Automation 8.18.x
VMware vCenter 8.0 U3
The CreateImportSpec task in vCenter Server performs a request that calls each Storage Profile individually to check where to import the OVF. In environments with a large number of profiles, this sequential processing exceeds the default 120-second timeout configured within the Aria Automation provisioning service.
The primary resolution involves a fix on the vCenter Server side that is planned for the next 8.x relates to ensure the CreateImportSpec task retrieves all storage profiles in a single call rather than individually
Workaround:
Reduce number of Storage Profiles in the vcenter server.
Increase specific timeouts in the Aria Automation provisioning service.
kubectl -n prelude edit deployment/provisioning-service-app
-Dvsphere.client.read.socket.timeout=300000
-Dvphere.connection.request.timeout.seconds=300000
NOTE: The workaround is not persistent and after services restart it should be implemented again.