Skip to content

failed to convert whiteout file: operation not supported: unknown #8212

Answered by sheey11
sheey11 asked this question in Q&A
Discussion options

You must be logged in to vote

this is weired, today morning, I'm still trying to figure out problem, I tried docker pull and it suddenly works. Here's what I'm done so far:

  1. I found /opt/docker/runc is missing, idk if it is related to this problem, so I go ln -s ${which runc} /opt/docker/runc, but the problem still, so I deleted the symlink.
  2. I modified [debug] section of containerd.toml to level = "trace", format = "text", then
    $ /etc/init.d/dockerd stop
    $ containerd --config /var/run/docker/containerd/containerd.toml --log-level trace
      # nothing useful, the only error is that `unpigz` not found and falling back to `gzip`
    $ /etc/init.d/dockerd start
      # and then docker pull works
    $ reboot
      # still works

I have no …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sheey11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant