Disk free space left check
Bug #1657104 reported by
Zygmunt Krynicki
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
In Progress
|
Medium
|
Paweł Stołowski |
Bug Description
It would be good if snapd would check if there is sufficient disk space when performing operations such as refresh or install. When performing a refresh-all it would be extra beneficial to serialize the operations if limited disk space is available so that updates can still be installed.
This bug is a clone of the following github issue: https:/
Changed in snapd: | |
status: | New → Confirmed |
Changed in snapd: | |
status: | Confirmed → Triaged |
importance: | Undecided → Wishlist |
Changed in snapd: | |
importance: | Wishlist → Medium |
Changed in snapd: | |
assignee: | nobody → Paweł Stołowski (stolowski) |
To post a comment you must log in.
I discovered I'd run out of disk space when installing a snap "froze". Annoying, because it's happening in a privileged space, it actually used 100% of the disk, instead of respecting the root-reserved section, which mean I didn't have enough free disk space to resize my LVM volume to give myself more disk space.
In this case I could resolve it by deleting the partially- downloaded snap and doing the resize, but I feel it's a significant bug that it managed to eat up all of the disk space and hang at the same time.