Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Configurable Timeout for Disk Migration #1664

Open
arsensimonyanpicsart opened this issue Nov 28, 2024 · 1 comment
Open
Labels
⌛ pending author's response Requested additional information from the reporter ✨ enhancement New feature or request

Comments

@arsensimonyanpicsart
Copy link

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.

@arsensimonyanpicsart arsensimonyanpicsart added the ✨ enhancement New feature or request label Nov 28, 2024
@bpg
Copy link
Owner

bpg commented Dec 5, 2024

Hey @arsensimonyanpicsart 👋🏼

There are several use cases for disk ‘migration’—cloning a template, migrating a VM between nodes, creating a VM from a cloud image, and so on.

Which specific use case are you concerned about? Could you provide a minimal configuration that demonstrates your scenario?

@bpg bpg added the ⌛ pending author's response Requested additional information from the reporter label Dec 5, 2024
@bpg bpg moved this to On-Hold in terraform-provider-proxmox Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌛ pending author's response Requested additional information from the reporter ✨ enhancement New feature or request
Projects
Status: ⏳ On-Hold
Development

No branches or pull requests

2 participants