-
Notifications
You must be signed in to change notification settings - Fork 452
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
Context deadline exceeded on VMs with large disks - thick provision eager zeroed #1795
Comments
Hello, UrbanDavid! 🖐 Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle. If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests. |
Resolved in #1645 that will be in v2.3.0 when released. It’s noted in the pending CHANGELOG. |
Duplicate of #1662 |
Duplicate of #1764 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Community Guidelines
Terraform
v1.3.6
Terraform Provider
vsphere v2.2.0
VMware vSphere
vmware 7.0.3.00700
Description
Dear all,
I have an issue with creating vm with disks formated as thick provision eager zeroed (eagerly_scrub = true).
After 5 minutes terraform created a second task for delete vm. Vm takes 10 minutes to reconfiguration disks.
Terraform still running and if vm was created, vm is deleted and terraform show error:
Error: Error reconfiguring virtual machine: error reconfiguring virtual machine: Post "https://xxx/sdk": context deadline exceeded
I found issue #1134 and configured api_timeout = 30, but I have same issue.
I am using terraform for windows and vsphere v2.2.0.
Affected Resources or Data Sources
disk
Terraform Configuration
Debug Output
Error: error reconfiguring virtual machine: error reconfiguring virtual machine: Post "https://xxxx/sdk": context deadline exceeded
Panic Output
No response
Expected Behavior
extend timeout
Actual Behavior
vm is deleted if creating big disk thick provision eager zeroed
Steps to Reproduce
Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered: