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

Che doesn't notify a user when saving of files fails because of lack of space on disk #9769

Closed
garagatyi opened this issue May 22, 2018 · 0 comments
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template. severity/P2 Has a minor but important impact to the usage or development of the system. sprint/next
Projects
Milestone

Comments

@garagatyi
Copy link

Description

Che doesn't report any error when saving files fails because of lack of free space on disk.
In addition, git operations don't work too, so a user can't really save his work without deleting some files.
It would be great to show some error to a user.

Here is a video that shows Che in such state https://drive.google.com/file/d/12uKt4HyjJ4cYNMb33R0xsv71CJP10CI5/view?usp=sharing

Reproduction Steps

  1. Start a workspace.
  2. Go to the terminal.
  3. Execute cd /projects
  4. Execute dd if=/dev/zero of=output.dat bs=10000M count=1
  5. Try to create a new file using UI. Change its content and reopen it.

OS and version:

Diagnostics:

@garagatyi garagatyi added the kind/bug Outline of a bug - must adhere to the bug report template. label May 22, 2018
@bmicklea bmicklea added the severity/P1 Has a major impact to usage or development of the system. label May 22, 2018
@vzhukovs vzhukovs self-assigned this Jul 12, 2018
@vzhukovs vzhukovs added severity/P2 Has a minor but important impact to the usage or development of the system. and removed severity/P1 Has a major impact to usage or development of the system. labels Jul 12, 2018
@vzhukovs vzhukovs added this to the 6.9.0 milestone Jul 22, 2018
@vzhukovs vzhukovs added kind/enhancement A feature request - must adhere to the feature request template. and removed kind/bug Outline of a bug - must adhere to the bug report template. labels Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. severity/P2 Has a minor but important impact to the usage or development of the system. sprint/next
Projects
No open projects
IDE
Awaiting triage
Development

No branches or pull requests

4 participants