-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Automated cherry pick of #49118 upstream release 1.7 #50596
Automated cherry pick of #49118 upstream release 1.7 #50596
Conversation
For bind-mounted directories, the isNotMounted which calls IsLikelyNotMountPoint fails because the filesystem of the mounted location and the parent directory are the same. Addressing: unmounter.go:59] Warning: Path: /path/.../test-dir already unmounted (cherry picked from commit 6b7d4b7)
Hi @adelton. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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. I understand the commands that are listed here. |
/ok-to-test |
/lgtm |
/retest |
2 similar comments
/retest |
/retest |
The https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/50596/pull-kubernetes-kubemark-e2e-gce/46805/ seems to have failed with https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/50596/pull-kubernetes-kubemark-e2e-gce/46805/build-log.txt saying
I assume it's no related to this pull request. |
/test pull-kubernetes-kubemark-e2e-gce |
/retest |
/retest |
Thanks. Well, we don't have an issue, really, #49118 did not have one either. This cherry pick PR comes from #49118 (comment) where @resouer shows the workaround he has to use to overcome that So this is mostly usability thing, making bind-mount easier even in 1.7. |
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adelton, jsafrane, wojtek-t Associated issue: 49118 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest Review the full test history for this PR. |
3 similar comments
/retest Review the full test history for this PR. |
/retest Review the full test history for this PR. |
/retest Review the full test history for this PR. |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Confirmed this is cherry picked in 1.7.5, thanks! |
Cherry pick of #49118 on release-1.7.
#49118 : Allow unmounting bind-mounted directories