-
Bug
-
Resolution: Done
-
Blocker
-
2.10.0
Description of problem:
Create a ova provider, failed to upload local OVA file, hit error below: "Call to /api/proxy/plugin/forklift-console-plugin/forklift-ova-proxy/openshift-mtv/ova-chhu/appliances timed out after 60000ms." Check the forklift-ova-proxy-559cc67cd-7qssn pod with error below: "[GIN] 2025/10/28 - 06:21:15 | 500 | 3m53s | 10.72.116.54 | POST "/openshift-mtv/ova-chhu/appliances" 2025/10/28 06:46:08 http: proxy error: context canceled"
Version-Release number of selected component (if applicable):
MTV 2.10.0-22 with CNV 4.20.0
How reproducible:
Always
Steps to Reproduce:
1) Create a ova provider: ova-chhu, the provider is "Ready" status
2) Click "Upload local ova files" to upload a 1.1 G ova file, hit error as below:
"Call to /api/proxy/plugin/forklift-console-plugin/forklift-ova-proxy/openshift-mtv/ova-chhu/appliances timed out after 60000ms."

3) Check the forklift-ova-proxy pod is running, check it's log with error below,
more details in attached files: forklift-ova-proxy-559cc67cd-7qssn-log, and ova-chhu-dp2qs-646f56c476-7j9tp-log
#oc get pod|grep ova
forklift-ova-proxy-559cc67cd-7qssn 1/1 Running 0 3h24m
ova-chhu-dp2qs-646f56c476-7j9tp 1/1 Running 0 5m15s
ova-nfs-xc7vg-9667f6fcc-9h8sz 1/1 Running 0 6m4s
#oc logs forklift-ova-proxy-559cc67cd-7qssn
......
[GIN] 2025/10/28 - 06:21:15 | 500 | 3m53s | 10.72.116.54 | POST "/openshift-mtv/ova-chhu/appliances"
2025/10/28 06:46:08 http: proxy error: context canceled
Actual results:
In step2: Failed to upload local OVA file
Expected results:
In step2: Upload local OVA file successfully
Additional info: