You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When it is enabled, images are stored in /var/lib/containerd/io.containerd.snapshotter.v1.<storage_driver> instead of /var/lib/docker/image/<storage_driver> and it causes cAdvisor to keep failing with this error message:
manager.go:1116] Failed to create existing container: ... failed to identify the read-write layer ID for container "<CONTAINER_ID>". - open /rootfs/var/lib/docker/image/overlayfs/layerdb/mounts/<CONTAINER_ID>/mount-id: no such file or directory
There is an experimental feature in Docker for containerd snapshotters [1][2][3].
When it is enabled, images are stored in
/var/lib/containerd/io.containerd.snapshotter.v1.<storage_driver>
instead of/var/lib/docker/image/<storage_driver>
and it causes cAdvisor to keep failing with this error message:Relevant line of code:
cadvisor/container/docker/handler.go
Line 107 in 255cff7
This issue might be also relevant: moby/moby#46757
The text was updated successfully, but these errors were encountered: