fix(windows): check Docker Desktop disk space, not only INSTALL_DIR - #2834
Open
Dario-PC-and-Gaming wants to merge 1 commit into
Open
fix(windows): check Docker Desktop disk space, not only INSTALL_DIR#2834Dario-PC-and-Gaming wants to merge 1 commit into
Dario-PC-and-Gaming wants to merge 1 commit into
Conversation
Image pulls land in the WSL VHDX (usually C:) even when models go to another drive, so a D: install can pass preflight and then fail mid-pull. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
-InstallDir. Compose image pulls still go into Docker Desktop's WSL VHDX, which is usually on C:. A D: install can pass25 GB free on D:and then stall or fail while pulling Open WebUI.-InstallDir C:\odswhen they already chose another drive. Explain that models go to the install drive and images stay on Docker's disk.AI Assistance
Cursor Agent drafted the disk-path helpers, preflight/requirements wiring, tests, and this PR text. I reviewed the diff and ran the focused Windows tests on the machine that hit the failure.
Release Lane
release/2.6.xmainStable hotfix reason:
Changed Surface
Risk And Validation
git diff --checkrelease/2.6.xCommands/results:
Operational Change Check
Notes For Reviewers
settings.json/settings-store.jsonfalls back to the default VHDX path instead of aborting preflight.-NoRecommendedstill leaves Open WebUI web search enabled. That is a separate installer/service-plan bug.Made with Cursor