cmd/ctr: allow user to syncfs during unpacking image locally#11118
cmd/ctr: allow user to syncfs during unpacking image locally#11118mxpv merged 1 commit intocontainerd:mainfrom
Conversation
Signed-off-by: Qiyuan Liang <[email protected]>
|
Hi @tboevil. 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-sigs/prow repository. |
fuweid
left a comment
There was a problem hiding this comment.
LGTM
This change only works for client-side unpack. For transfer service, we can file following pull request to handle that.
this commit Added sync-fs support for cri interface, but not ctr.
this commit Added global configuration but not flexible enough.
@fuweid PTAL