core: services: versionchooser: Retry delete after freeing reserve - #4358
Draft
patrickelectric wants to merge 2 commits into
Draft
core: services: versionchooser: Retry delete after freeing reserve#4358patrickelectric wants to merge 2 commits into
patrickelectric wants to merge 2 commits into
Conversation
Docker cannot update overlay metadata when the disk is full. Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
patrickelectric
force-pushed
the
fix-delete-image-full-disk
branch
from
August 31, 2026 20:33
89f8025 to
66e16a6
Compare
Docker cannot update overlay metadata when the disk is full. Fix bluerobotics#1015 Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
patrickelectric
force-pushed
the
fix-delete-image-full-disk
branch
from
August 31, 2026 20:37
66e16a6 to
37fc4a5
Compare
patrickelectric
marked this pull request as ready for review
August 31, 2026 20:44
Automated PR Review0. Summary
Adds a full-disk recovery path to 1. Correctness & Implementation Bugs
3. SecurityNothing to flag. No new deps, no shell-injection surface, no obfuscation, no network calls, no changes to CI/Docker/nginx beyond the reserve-file allocation in 4. Performance
6. Code Quality & Style
8. Documentation
7. Tests
Generated by PR Review Bot. This is advisory, a human reviewer must still approve. |
patrickelectric
marked this pull request as draft
August 31, 2026 20:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docker cannot update overlay metadata when the disk is full.
Fix #1015