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

zfs failure "cannot unmount" when stopping the container #5

Open
kit-ty-kate opened this issue Jun 23, 2021 · 3 comments
Open

zfs failure "cannot unmount" when stopping the container #5

kit-ty-kate opened this issue Jun 23, 2021 · 3 comments

Comments

@kit-ty-kate
Copy link

scrn-2021-06-23-18-11-00

Steps to reproduce:

host# docker run --rm -it kwiat/freebsd:13.0-RELEASE sh
container# pkg install git
container# ^D
@kit-ty-kate
Copy link
Author

If you wait a little before exiting, the problem does not occur.

@kit-ty-kate
Copy link
Author

The same thing happens between intermediate containers:

FROM kwiat/freebsd:13.0-RELEASE
RUN pkg install -y git
# same zfs error happens here
RUN git clone git://github.com/ocaml/opam.git

@kit-ty-kate
Copy link
Author

More logs from dockerd when a docker build failed after having written many things on disk, in case this helps:
scrn-2021-06-30-11-05-54

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