when i want to do an full clone operation from one vm to a new one and the cloning task takes too long, like more than (it feels like 30 sec) than the tasks failes with the following message based on slow drives:
"msg": "Reached timeout while waiting for creating VM. Last line in task before timeout: [{'n': 1, 't': 'create full clone of drive efidisk0 (local-lvm:vm-9002-disk-0)'}]"
it should wait until the task is really finished or the timeout option who is used with clone in the documentation examples should be working.... i even used local connection 127.0.0.1 so it cant be a network connection problem....
Summary
when i want to do an full clone operation from one vm to a new one and the cloning task takes too long, like more than (it feels like 30 sec) than the tasks failes with the following message based on slow drives: "msg": "Reached timeout while waiting for creating VM. Last line in task before timeout: [{'n': 1, 't': 'create full clone of drive efidisk0 (local-lvm:vm-9002-disk-0)'}]"
Issue Type
Bug Report
Component Name
community.proxmox_kvm
Ansible Version
Community.general Version
Configuration
OS / Environment
debian 12
Steps to Reproduce
Expected Results
it should wait until the task is really finished or the timeout option who is used with clone in the documentation examples should be working.... i even used local connection 127.0.0.1 so it cant be a network connection problem....
Actual Results
Code of Conduct