-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix podman cp can create an extra directory when the source is the container's root directory #6601
fix podman cp can create an extra directory when the source is the container's root directory #6601
Conversation
Hi @zhangguanzhang. Thanks for your PR. I'm waiting for a containers 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. 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. |
fix #6596 |
You need to rebase your PR and remove the merge PR. |
Also could you add a test for this? |
I'll try it first and update it later |
66fe7d2
to
d4b7381
Compare
d4b7381
to
4e945a4
Compare
5923c9d
to
c6a0bac
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan, zhangguanzhang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@zhangguanzhang It would be helpful if you could add a little more information to the description for historical purposes. Can you add a quick example in the description showing the issue that this PR is fixing please? |
c6a0bac
to
8871303
Compare
I've added some explanatory information |
If you copy the container's root directory to an existing directory, It creates an extra layer of the directory called
|
Signed-off-by: zhangguanzhang <[email protected]>
8871303
to
9d293bd
Compare
/ok-to-test |
LGTM |
LGTM, asked @mheon to also take a look |
/lgtm |
(Edited, moving comment from @zhangguanzhang to here)
Fixes: #6596
Example of the issue:
If you copy the container's root directory to an existing directory, It creates an extra layer of the directory called
merged
Signed-off-by: zhangguanzhang [email protected]