liangjingtao11

Results 2 issues of liangjingtao11

containerd version: v1.7.14 nri version: 0.6.1 i want to remove Specific mount using this code in nri ``` for _, m := range container.Mounts { if strings.HasSuffix(m.Source, mountSuffix) { adjust.RemoveMount(m.Destination)...

v1.0 required

nri needs to pass the del mount info to containerd, so that containerd can handle the mount records that need to be deleted correctly fix: https://github.com/containerd/nri/issues/80

v1.0 required