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
It will return error when using the command 'crictl run container-config.yaml pod-config.yaml'
E0620 22:24:50.095847 12072 remote_runtime.go:212] "RunPodSandbox from runtime service failed" err="rpc error: code = Unknown desc = failed to create containerd container: failed to read config(path=/var/lib/overlaybd/snapshots/12/block/config.v1.json) of snapshot 12: open /var/lib/overlaybd/snapshots/12/block/config.v1.json: no such file or directory: unknown"
DEBU[0000] RunPodSandboxResponse:
FATA[0000] running container: run pod sandbox: rpc error: code = Unknown desc = failed to create containerd container: failed to read config(path=/var/lib/overlaybd/snapshots/12/block/config.v1.json) of snapshot 12: open /var/lib/overlaybd/snapshots/12/block/config.v1.json: no such file or directory: unknown
The text was updated successfully, but these errors were encountered:
BigVan
added a commit
to BigVan/accelerated-container-image
that referenced
this issue
Jun 22, 2022
overlaybd snapshotter should check the image type when the label
'containerd.io/snapshot/overlaybd.writable' has been set.
this value should be ignore for normal image.
Signed-off-by: Yifan Yuan <[email protected]>
overlaybd snapshotter should check the image type when the label
'containerd.io/snapshot/overlaybd.writable' has been set.
this value should be ignored for normal images. containerd#123
Signed-off-by: Yifan Yuan <[email protected]>
Sandbox container can't start with annotation 'containerd.io/snapshot/overlaybd.writable: dir'.
Here is the deploy yaml:
It will return error when using the command 'crictl run container-config.yaml pod-config.yaml'
The text was updated successfully, but these errors were encountered: