Skip to content
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

Open
VincentLeeMax opened this issue Dec 2, 2024 · 2 comments
Open

rerun after image removed cause error #1650

VincentLeeMax opened this issue Dec 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@VincentLeeMax
Copy link

VincentLeeMax commented Dec 2, 2024

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)

root     53507  0.3  0.1 1272200 40048 ?       Ssl  16:34   0:01 /usr/local/bin/containerd-nydus-grpc --config /etc/nydus/config.toml
root     65231  0.0  0.0   6436  2416 pts/0    S+   16:43   0:00 grep --color=auto containerd-nydus-grpc

client command line used, if applicable (such as: nerdctl, docker, kubectl, ctr)

nerdctl --snapshotter nydus run --network=host -it --rm harbor.info/machine-learn/mpioperator_tensorflow-benchmarks:0.3.0-nydus bash

nerdctl image rm harbor.info/machine-learn/mpioperator_tensorflow-benchmarks:0.3.0-nydus

mount -l | grep rafs

Screenshots (if applicable)

image

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.

@imeoer
Copy link
Collaborator

imeoer commented Dec 3, 2024

@VincentLeeMax Hi, any error logs can be found in nydus snapshotter (containerd-nydus-grpc) process?

@VincentLeeMax
Copy link
Author

@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 /data/containerd/io.containerd.snapshotter.v1.nydus/snapshots/24/mnt, and the new mount point is /data/containerd/io.containerd.snapshotter.v1.nydus/snapshots/50/mnt.

Everytime this happen, I need to remove the whole $containerd_home to resume. It's horrible.

@imeoer imeoer added the bug Something isn't working label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants