-
Notifications
You must be signed in to change notification settings - Fork 112
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
Crash during VDC creation #1098
Comments
Hi @bogi0704 , |
Related to issue #1066 |
@bogi0704 |
Answering in behalf of @bogi0704 There is a total of:
|
Here's an explanation of the failure: Summing up: if the total number of storage profiles, including duplicates, is lower than 25, the system works as expected. But if we reach 25, the bug kicks in and we get a crash. We have fixed the routine that fetches storage profiles, and the bug will be fixed in the next release. |
Fixed in PR #598 |
Hello,
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.5.3
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Panic Output
Expected Behavior
The VDC should have been created.
Actual Behavior
The provider crashed immediately.
Steps to Reproduce
terraform apply
User Access rights
System Administrator. Scope: System
Important Factoids
not that I know of
I will try to add more debug logs if that is necessary.
The text was updated successfully, but these errors were encountered: