[release/1.7] Allow proxy plugins to have capabilities#10731
[release/1.7] Allow proxy plugins to have capabilities#10731estesp merged 1 commit intocontainerd:release/1.7from
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)