fix: ctr images mount with snapshotter option can't get snapshotter#6713
fix: ctr images mount with snapshotter option can't get snapshotter#6713fuweid merged 1 commit intocontainerd:mainfrom
Conversation
Signed-off-by: Qian Zhang <[email protected]>
|
Hi @cosmoer. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
kzys
left a comment
There was a problem hiding this comment.
Looks good to me. Other commands under images takes context.String("snapshotter"). Only this one is using GlobalString().
ctr images mountwith snapshotter option can't get the specified parameter value.example:
ctr images mount --snapshotter "aufs" docker.io/library/busybox:latest /mntThe actual snapshotter used by the above command is the default snapshotter--"overlayfs".
Signed-off-by: Qian Zhang [email protected]