plugins: add a plugin to set the xfs_quota for the container rootfs filesystem#10404
plugins: add a plugin to set the xfs_quota for the container rootfs filesystem#10404hxy88888 wants to merge 3 commits into
Conversation
|
Hi @hxy88888. 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. |
Signed-off-by: hanxiangyuan <hanxiangyuan@jd.com>
|
I'm not sure a plugin is the right model here, at least one that's in-tree, but curious on other maintainer opinions. I haven't done a deep dive here, but is it possible for this to just be a new overlayfs snapshotter option that:
|
|
Adding label 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. |
Signed-off-by: hanxiangyuan <hanxiangyuan@jd.com>
|
This PR is stale because it has been open 90 days with no activity. This PR will be closed in 7 days unless new comments are made or the stale label is removed. |
|
This PR was closed because it has been stalled for 7 days with no activity. |
This commit is add a plugin to set the xfs_quota for the container rootfs filesystem, similar as docker option --storage-opt overlay2.size=20G
Discussions: #8978
Required:
containerd config.toml: