-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[release/1.7] Allow proxy plugins to have capabilities #10731
Conversation
Signed-off-by: Kern Walster <[email protected]> (cherry picked from commit 5b8dfbd)
/test pull-containerd-node-e2e-1-7 |
We don't generally backport new features. Is there a compelling reason to do so here? |
This will allow remote snapshotters (i.e. fuse-overlayfs) to report their capabilities like "id-map", so that the id mapped mount optimal path can be executed to speed up the container startup times in userns use cases. containerd/snapshotter_opts_unix.go Line 49 in 6fbbe70
|
Since the containerd/cmd/ctr/commands/run/run_unix.go Lines 176 to 181 in 6fbbe70
|
I reported a bug #10732 for this case. |
/test pull-containerd-node-e2e-1-7 |
@samuelkarp Do you think this patch can be merged? |
AFAIK backports like this isn't really unprecedented. For instance, #10096. |
Backport: allow proxy plugins to have capabilities
Original PR: #10337
Fixes: #10732
Signed-off-by: Henry Wang [email protected]
(cherry picked from commit 5b8dfbd)