-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error deleting virtual guest, couldn't wait for zero active transactions: timeout while waiting for state to become 'idle' #131
Comments
@igoraj How long is it taking from when you issue the destroy to when it finally errors out? |
@renier very quickly actually, the wait is only when "refresh state" is in progress, and once it proceeds to destroy it returns this issue immediately. |
@igoraj Strange because the default wait time for no transactions on the VSI is 90 minutes (previously 45 minutes). Was this also over xmlrpc? |
@renier yep, same config was in place at the time of the issue. i can try again, but meanwhile i already destroyed those nodes manually so i need to recreate the environment and test again, however in the past i haven't had issues with that so unsure what has changed. |
We are seeing the same issue but we are not specifying an endpoint in the provider so I assume we are using REST.
|
Hi, I have same issue but i am using ansible collections. Has this been resolved? |
@rakesh-von we have in the end moved away from IBM so not sure what happened with this issue. That said afaik all softlayer modules have been deprecated and replaced by IBM modules, so try https://github.com/IBM-Cloud/terraform-provider-ibm. |
Terraform v0.9.1 (same issue also on v0.8.x)
terraform-provider-softlayer: deeab85 (current master) (same issue also on 1.4.0)
When destroying more than a dozen private VSIs it fails with the following errors:
The text was updated successfully, but these errors were encountered: