-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[PVC] investigate we could avoid the cannot mount workspace error #14032
Comments
@sagor999 this error happened in Logs, edit: this error was logged for 3 workspace instances only. However, what's really weird about this is, one of the instances that landed in Looping in @geropl , because I believe this is not supposed to happen. |
maybe because each StartWorkspace request selects cluster prior to making the call? And due to traffic shift in the process, it landed on a different cluster. |
@geropl I'll create a separate issue to socialize the below: I would have expected startWorkspace requests to different clusters to have used different instance IDs. I could also be wrong. I recall that For example, the first one was to There are some logged warnings for |
FWIW I just had the "cannot mount workspace" error when starting gitpodio-gitpod-zjkqtz6c188. |
Two options:
|
@jenting lets try with first option first ( |
Bug description
The user hits the
cannot mount workspace
error. Not sure if it's an intermediate state or not.If it's an intermediate state, we could ignore it just like we ignore the error here.
If not, see if we could recreate the PVC and remount rather than report the error to the user.
It causes the
cannot mount workspace
error comes first and then makes the issue happens.https://gitpod.slack.com/archives/C0201TXMV54/p1666253166702419
Steps to reproduce
We don't know.
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
#7901
The text was updated successfully, but these errors were encountered: