I think the timeout needs to be specified when creating the ProxmoxAPI object in proxmox.py.
At least it works for me when I change to return ProxmoxAPI(api_host, verify_ssl=validate_certs, timeout=42, **auth_args).
And I see the effect when logging the timeout value in ProxmoxHttpSession in proxmoxer/backend/https.py line 232.
Summary
When I upload an iso to my cluster it takes ~20s.
See is the upload task.
Here is the error I get:
I think the timeout needs to be specified when creating the ProxmoxAPI object in proxmox.py.
At least it works for me when I change to
return ProxmoxAPI(api_host, verify_ssl=validate_certs, timeout=42, **auth_args)
. And I see the effect when logging the timeout value inProxmoxHttpSession
inproxmoxer/backend/https.py
line 232.Issue Type
Bug Report
Component Name
proxmox_template
Ansible Version
Community.general Version
Configuration
OS / Environment
Debian 12
Steps to Reproduce
Expected Results
I expected the upload to succeed.
Actual Results
Code of Conduct