Feature Request: Configurable Timeout for Disk Migration #1664
Labels
⌛ pending author's response
Requested additional information from the reporter
✨ enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Yes, the default timeout for disk migration in the Proxmox Terraform Provider is set to 1200 seconds, which is insufficient when migrating disks larger than 2TB. This limitation causes migrations to fail due to timeouts, particularly in environments with large storage or slower network speeds.
Describe the solution you'd like
I would like the provider to include a configurable option for the disk migration timeout (e.g., disk_migration_timeout). This parameter would allow users to override the default timeout of 1200 seconds and set a value appropriate for their use case, ensuring migrations complete successfully for larger disks or in environments with constrained resources.
Describe alternatives you've considered
N/A
Additional context
This feature would significantly improve the usability of the Proxmox Terraform Provider for users with large-scale deployments or slower infrastructure. By making the timeout configurable, users can avoid unnecessary migration failures without compromising on automation or efficiency.
The text was updated successfully, but these errors were encountered: