-
Notifications
You must be signed in to change notification settings - Fork 81
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
Get-VHD Getting mounted storage instance failed for VHDX due to ResourceBusy #188
Comments
+1 - I'm also having the exact same issue.. would be great to have this fixed. |
any plan to fix this issue? I have the same issue here |
I'm experiencing the same error when deploying multiple VHDs without the -parallelism=1 option. |
edited the code in
running the apply with I am not an expert at this but if an exception can be added for error to delay for like 10 sec as said by @craigjbutler. It should fix the box. |
This is not an error because of terraform and not need to change anything, the error is because -$vhdObject = Get-VHD -path $path expercts var of type object and not string. Here is an example of variable |
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v1.3.3
Affected Resource(s)
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
I added some debug code to the provider to track down the cause of the issue. The output is as follows:
Panic Output
NA
Expected Behavior
Windows VHDx should have been created as per resource definition.
Actual Behavior
Terraform apply failed with error message above
Steps to Reproduce
Please list the steps required to reproduce the issue:
terraform plan
terraform apply
Important Factoids
Example with workaround:
References
The text was updated successfully, but these errors were encountered: