-
Notifications
You must be signed in to change notification settings - Fork 202
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
User option to prepare container after creation for volume copy-up. #676
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vikas-goel The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Please update containers.conf file and containers.conf.5.md with better descriptions. |
Done |
Hi @rhatdan , |
@mheon . @rhatdan , |
I would add to the description "May have negative performance implications", but otherwise LGTM |
Could I get this PR merged so that the related one containers/podman#10911 can make progress? |
The updated c/common will have to be vendored into Podman to be used once this is merged. Change LGTM |
Just a couple of nitty tweaks requested, otherwise LGTM |
Docker does this by default. Relates to podman#10262 [NO TESTS NEEDED] Signed-off-by: Vikas Goel <[email protected]>
All review comments are incorporated and the checks have passed. |
/assign @vrothberg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name "prepare_on_create" is a bit too generic for my taste. It could refer to any object and there are many (volumes, mounts, labels, containers, images, pods, etc.)
Could we rename to "prepare_volume_on_create"?
Thanks for pushing this forward, @vikas-goel! |
Hi @vrothberg, I will modify the name if you think it is needed. Just double checking. Let me know. |
I have created another PR (#678) as per the suggestion. Please merge one of them, as suitable. I will close the other one later. |
Closing in favor of #678 |
Thank you @TomSweeneyRedHat |
Docker does this by default.
Relates to podman#10262
[NO TESTS NEEDED]
Signed-off-by: Vikas Goel [email protected]