Add coreutils package to support sparse file#291
Conversation
Signed-off-by: stoneshi-yunify <stoneshi@yunify.com>
|
Hi @stoneshi-yunify. Thanks for your PR. I'm waiting for a kubernetes-csi 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. |
|
/ok-to-test |
|
@stoneshi-yunify: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions 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. |
|
Have you tested that this works? |
|
I made a docker image based on my change, loaded it, and cloned a volume containing sparse file (a virtual machine image), then checked the cloned volume, everything was fine. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pohly, stoneshi-yunify The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@stoneshi-yunify: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
|
/ok-to-test |
707a99ec Merge pull request kubernetes-csi#291 from dfajmon/logcheck a9d2b0fb Bump logcheck to v0.10.0 d6846630 Merge pull request kubernetes-csi#290 from dfajmon/go-1.25.5 55e527c4 Bump golang to 1.25.5 git-subtree-dir: release-tools git-subtree-split: 707a99ecae026a8faa36d60aa9ea88505b5865df
Signed-off-by: stoneshi-yunify stoneshi@yunify.com
What type of PR is this?
/kind bug
What this PR does / why we need it:
Without this PR, the cloning of a hostpath volume containing linux spare file could be very slow and the resulting file can be very large.
The
cpfrom coreutils will optimize the cloning dramatically.Which issue(s) this PR fixes:
Fixes #279
Special notes for your reviewer:
Does this PR introduce a user-facing change?: