ningmingxiao

Results 119 issues of ningmingxiao

fix:https://github.com/containerd/containerd/issues/10390 @dmcgowan @fuweid @AkihiroSuda can you review my new pr ?

needs-ok-to-test
size/S

### Description $ cat eventlost.txt |grep 56e3c55053e89ca9e Jun 24 11:04:35 icf-test1-minion-0-0 containerd[235439]: time="2024-06-24T11:04:35.913762399+08:00" level=info msg="Container 56e3c55053e89ca9eea56382d0e11929db019098a27ee8e685cca55f7ebf6807: CDI devices from CRI Config.CDIDevices: []" Jun 24 11:04:35 icf-test1-minion-0-0 containerd[235439]: time="2024-06-24T11:04:35.965088489+08:00" level=info msg="CreateContainer...

kind/bug

needs-ok-to-test
size/S

this commit https://github.com/containerd/containerd/pull/9401 just support for cri interface,I want a global config to pull with syncfs. because ctr and nerdctl pull or load need this feature. I think let diff...

needs-ok-to-test
size/S

### Description ``` [root@localhost ~]# ctr -n k8s.io image ls REF TYPE DIGEST SIZE PLATFORMS LABELS 127.0.0.1:5000/test:2 application/vnd.docker.distribution.manifest.v2+json sha256:4a8069f31c32 828dfa138260492d2965c10785bdfa270a41f69885f30cbdfd84 367.0 MiB linux/amd64 io.cri-containerd.image=managed 127.0.0.1:5000/test@sha256:4a8069f31c32828dfa138260492d2965c10785bdfa270a41f69885f30cbdfd84 application/vnd.docker.distribution.manifest.v2+json sha256:4a8069f31c32 828dfa138260492d2965c10785bdfa270a41f69885f30cbdfd84 367.0 MiB...

kind/bug

run.go ``` package main import ( "fmt" "github.com/mailru/easyjson" // "github.com/mailru/easyjson/gen" ) //easyjson:json type Person struct { Name string `json:"name"` Age int `json:"age"` Email string `json:"email,omitempty"` Address string `json:"-"` } func...

delete s.pendingExecs and make code easier. cc @corhere @laurazard @samuelkarp

needs-ok-to-test
area/runtime
size/L

@laurazard after this commit https://github.com/containerd/containerd/commit/892dc54bd26f6e8b9aea4672208b1ba2158d8a1b we find init exited events sometimes will be dropped. fix:https://github.com/containerd/containerd/issues/10589 @imo-ininder

kind/bug
ok-to-test
area/runtime
size/M

### Description task must be stopped before deletion: running: failed precondition ### Steps to reproduce the issue 1.add time.Sleep(time.Second*30) at https://github.com/containerd/containerd/blob/v1.7.20/cmd/ctr/commands/tasks/start.go#L109 2.ctr c create docker.io/library/busybox:latest nmx011 3. restart containerd and...

kind/bug

fix:https://github.com/containerd/containerd/issues/10581

kind/bug
needs-ok-to-test
area/runtime
size/XS