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

No space left results in process hanging #171

Open
patricoferris opened this issue Jul 14, 2023 · 0 comments
Open

No space left results in process hanging #171

patricoferris opened this issue Jul 14, 2023 · 0 comments

Comments

@patricoferris
Copy link
Contributor

I've been using OBuilder with the runc and zfs backends and have bumped into this a few times. If ZFS runs out of space on the device whilst running some runc build step it seems to hang for me. If this happens during other parts of the build then as you would expect the error bubbles up to the top. For me, this reproduces the error:

truncate --size 2G zfs.img
sudo zpool create obuilder-test $PWD/zfs.img
dune exec -- ./main.exe build -f example.spec . --store=zfs:obuilder-test --verbosity=debug

It happens during the opam update and seems to just hang. If you ctrl+c the process and try again, it will tell you there's no space left on the device. I could also be doing something completely wrong too!

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

No branches or pull requests

1 participant