-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rerun after image removed cause error #1650
Comments
@VincentLeeMax Hi, any error logs can be found in nydus snapshotter (containerd-nydus-grpc) process? |
No error logs found in nydus-snapshotter.log. The old mount point is Everytime this happen, I need to remove the whole $containerd_home to resume. It's horrible. |
@VincentLeeMax Hi, I test in It's even better if you can provide the image you used or test with |
@Desiki-high Did you check some files in the mount point? |
I checked the dir |
maybe it's related to the cleanup of chunk_map file in cache directory, please try: nydus-snapshotter v0.15.0, the fixup PR:containerd/nydus-snapshotter#619 cc @VincentLeeMax @Desiki-high |
Additional Information
Version of nydus being used (nydusd --version)
Version: v2.3.0
Git Commit: a4683ba
Build Time: 2024-10-11T02:51:53.888907475Z
Profile: release
Rustc: rustc 1.72.1 (d5c2e9c34 2023-09-13)
Version of nydus-snapshotter being used (containerd-nydus-grpc --version)
Version: v0.14.0
Revision: 8e72f94dcad2d4898b6437fc84d6c9c36f78ea50
Go version: go1.21.12
Build time: 2024-08-02T06:25:54
Kernel information (uname -r)
5.4.0-48-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Ubuntu"
VERSION="20.04.1 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.1 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
containerd-nydus-grpc command line used, if applicable (ps aux | grep containerd-nydus-grpc)
client command line used, if applicable (such as: nerdctl, docker, kubectl, ctr)
Screenshots (if applicable)
Details about issue
After I remove the image and re-run the container, there are some problems with the new mount point. I could not get the content inside the file .
I try v2.2.5, it works well in this case.
The text was updated successfully, but these errors were encountered: