-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
When first mounting any named volume, copy up #3961
When first mounting any named volume, copy up #3961
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mheon 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 |
a8a4a69
to
13a7ee5
Compare
LGTM |
LGTM assuming happy tests |
13a7ee5
to
c56bedd
Compare
Hold merging for a bit, want to add some tests - seeing some wierd things in CI which makes me think we might have edge cases |
738513b
to
baa073e
Compare
Tests added |
7c856dd
to
9167377
Compare
Previously, we only did this for volumes created at the same time as the container. However, this is not correct behavior - Docker does so for all named volumes, even those made with 'podman volume create' and mounted into a container later. Fixes containers#3945 Signed-off-by: Matthew Heon <[email protected]>
9167377
to
b610634
Compare
Found the problem, tests should go green now. |
LGTM assuming happy tests |
/retest Prow tests seem to be hanging... |
/retest |
/lgtm |
Previously, we only did this for volumes created at the same time as the container. However, this is not correct behavior - Docker does so for all named volumes, even those made with 'podman volume create' and mounted into a container later.
Fixes #3945