-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to run an image if download previously failed due to system running out of space #2
Comments
Hi @directmusic - Thanks for the detailed explanation! I've created these 2 items to keep track of this issue:
As a workaround while I roll out a fix, I recommend cleaning up any failed VM installation manually from the |
Ditto if download is interrupted (including via ctrl+c). Can anyone suggest a workaround to manually delete unfinished images? I cannot figure out any way.
|
Hi @unitof - Any corrupted VMs will still be in the |
Hello,
While attempting to run the command below on my M1 Max, it failed due to an out of disk error.
lume run macos-sequoia-vanilla:latest
ERROR: Failed to pull image error=The operation couldn’t be completed. No space left on device
Upon clearing enough space, running the command again resulted in the following output:
When attempting to delete the VM using the command below it fails:
Running
lume prune
did not solve the issue andlume ls
shows no VMs.Steps to reproduce the issue:
Run the following command on a system without enough space:
lume run macos-sequoia-vanilla:latest
Expected vs actual behavior
Expected: Running a prebuilt VM again after a failed download should not prevent me from running the same image again.
Actual: Unable to run, delete, or prune the VM after failure.
Your environment (macOS version, lume version)
lume - 0.1.4
macOS Senoma 14.6.1
The text was updated successfully, but these errors were encountered: