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

[Improvement] UX warn users when disk space is low, stop processing #615

Open
pierotofy opened this issue Feb 3, 2019 · 5 comments
Open

Comments

@pierotofy
Copy link
Member

An upload will fail with a less useful "186 files cannot be uploaded. As a reminder, only images (.jpg, .png) and GCP files (.txt) can be uploaded. Try again." message, whereas the problem is lack of disk space.

@Saijin-Naib
Copy link
Contributor

Saijin-Naib commented Jun 9, 2021

Following on from this warning, would it be possible to have WebODM gracefully abort processing when disk space on the volume it is installed on drops to 10% free?

Something like that would have prevented the user here from filling their disk:
https://community.opendronemap.org/t/se-llena-disco-al-100-bloquea-linux/7722?u=saijin_naib

@pierotofy
Copy link
Member Author

pierotofy commented Jun 9, 2021

It might be possible to add this in NodeODM. I don't think it's as straightforward though (and is imperfect, since disk space might be fine during processing, but might fill past 100% when WebODM downloads a copy of the assets).

@Saijin-Naib
Copy link
Contributor

It might be possible to add this in NodeODM. I don't think it's as straightforward though (and is imperfect, since disk space might be fine during processing, but might fill past 100% when WebODM downloads a copy of the assets).

Yeah, that sounds like a tough thing to manage. Should I open an issue in NodeODM to track this?

@pierotofy
Copy link
Member Author

pierotofy commented Jun 9, 2021

I think we can include this in the scope of this existing issue (#615), so no need. Thanks!

@pierotofy pierotofy changed the title [Improvement] UX warn users when disk space is low [Improvement] UX warn users when disk space is low, stop processing Jun 9, 2021
@CrazyFluffyPony
Copy link

Worst case scenario is when files can be uploaded, but when processing the files the disk is filled up (which crashes WebODM and prevents a user to delete any files without trying to access the VM manually).

Also, maybe you could add a hint to the installation guide on how to increase the VM Size. Because i spent 3 days trying to increase it until i found you can add --virtualbox-disk-size "300000" in C:\Program Files\Docker Toolbox\start.sh line 69

20GB default size is good for a test run, but allows no more then ~300 images

Big thanks to all of you for this nice peace of software!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants