gizahNL / moby

Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
https://mobyproject.org/
Apache License 2.0
1 stars 1 forks source link

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

Open kit-ty-kate opened 3 years ago

kit-ty-kate commented 3 years ago

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 commented 3 years ago

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

kit-ty-kate commented 3 years ago

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 commented 3 years ago

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