-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Skip "MountVolume.MountDevice failed for volume" #13760
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
Conversation
started the job as gitpod-build-jenting-13353.5 because the annotations in the pull request description changed |
started the job as gitpod-build-jenting-13353.6 because the annotations in the pull request description changed |
/hold due to failing build and blocking merge Q, feel free to unblock once CI passes |
/werft run 👍 started the job as gitpod-build-jenting-13353.8 |
started the job as gitpod-build-jenting-13353.7 because the annotations in the pull request description changed |
Ignore the FailedMount event with the message contains MountVolume.MountDevice failed for volume. The ws-manager catches the FailedMount event and writes the error message into the workspace Conditions.Failed. Then, the workspace pod is stopped, and the workspace failed message will be shown to the user. Signed-off-by: JenTing Hsiao <[email protected]>
acf1c97
to
f534c78
Compare
/unhold |
Description
Ignore the FailedMount event with the message contains
MountVolume.MountDevice failed for volume
.The ws-manager catches the FailedMount event and writes the error message into the workspace Conditions.Failed.
Then the workspace pod is stopped, and the workspace failed message will be shown to the user.
Related Issue(s)
Fixes #13353
How to test
Run the loadgen with PVC over 100 regular workspaces.
Watch the events
FailedMount
happens but the workspace pod turns into Running state.Release Notes
Documentation
None
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide