failed to reclaim snapshot directory, directory may need removal

what 发表于: 2024-03-14   最后更新时间: 2024-03-14 10:03:43   162 游览

使用journalctl -f发现大量的报错:

错误信息:

failed to reclaim snapshot directory, directory may need removal

具体明细:

containerd[8489]: time="2024-03-14T09:58:53.905534394+08:00" level=error msg="failed to reclaim snapshot directory, directory may need removal" error="unlinkat /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/41689/fs/root: structure needs cleaning" path=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/41689

请问我该怎么解决?

发表于 2024-03-14
添加评论
cd /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots
mv 41689 /tmp

移除就好了。

你的答案

查看kubernetes相关的其他问题或提一个您自己的问题