You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while doing some API tests, i ran into the situation that a CVS-Software volume deletion was still ongoing and I tried to create a new one. This comes back with an error 500: "Error creating volume - Cannot spawn additional jobs in zone europe-west1-b. Please wait for the ongoing jobs to finish and try again"
constspawnJobCreationErrorMessage="Error creating volume - Cannot spawn additional jobs. Please wait for the ongoing jobs to finish and try again"
I see that the TF provider uses a different error string. I assume the string changed and now include the region:
"Error creating volume - Cannot spawn additional jobs in zone europe-west1-b. Please wait for the ongoing jobs to finish and try again".
It's worth having a look. Same for the delete message in line 17.
The text was updated successfully, but these errors were encountered:
Just to be clear: I didn't see the issue while using the TF provider, but from looking at the code I believe it will not handle these job issues anymore, since the error message changed.
Hi maintainers,
while doing some API tests, i ran into the situation that a CVS-Software volume deletion was still ongoing and I tried to create a new one. This comes back with an error 500: "Error creating volume - Cannot spawn additional jobs in zone europe-west1-b. Please wait for the ongoing jobs to finish and try again"
So far, expected.
But looking into
terraform-provider-netapp-gcp/gcp/volume.go
Line 16 in 254a7cd
I see that the TF provider uses a different error string. I assume the string changed and now include the region:
"Error creating volume - Cannot spawn additional jobs in zone europe-west1-b. Please wait for the ongoing jobs to finish and try again".
It's worth having a look. Same for the delete message in line 17.
The text was updated successfully, but these errors were encountered: