Skip to content
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 creating volume - Cannot spawn additional jobs in zone europe-west1-b #60

Open
okrause opened this issue Feb 18, 2022 · 2 comments
Labels
jira Has an Internal Jira Story

Comments

@okrause
Copy link
Contributor

okrause commented Feb 18, 2022

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

const spawnJobCreationErrorMessage = "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.

@okrause
Copy link
Contributor Author

okrause commented Feb 18, 2022

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.

@carchi8py carchi8py added the jira Has an Internal Jira Story label Mar 29, 2022
@carchi8py
Copy link
Collaborator

Story DEVOPS-4849 has been made or this internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira Has an Internal Jira Story
Projects
None yet
Development

No branches or pull requests

2 participants