terraform-provider-proxmox: Timeout clone
Hello,
when I run a clone with template cloud-init I have this error:
Error: 500 command '/usr/bin/qemu-img resize -f raw /var/lib/vz/images/113/vm-113-disk-0.raw 21474836480' failed: got timeout
Have you ever had this problem?
Can we change the timeout duration?
thanks
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 5
- Comments: 22 (1 by maintainers)
Issue still existing on 2.9.1
v2.9.1 pm_timeout = 3600
timeouts { create = “20m” delete = “10m” }
latest working version 2.8.0 with clone_wait,additional_wait,ci_wait
2.9.0 got the same, pm_timeout - not helping