You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in
ProxmoxHttpSession
inproxmoxer/backend/https.py
line 232.Issue Type
Bug Report
Component Name
proxmox_template
Ansible Version
Community.general Version
Configuration
$ ansible-config dump --only-changed
OS / Environment
Debian 12
Steps to Reproduce
Expected Results
I expected the upload to succeed.
Actual Results
msg: 'Uploading template files/isos/myhost.iso failed with error: (''Connection aborted.'', TimeoutError(''The write operation timed out''))'
Code of Conduct
The text was updated successfully, but these errors were encountered: