-
Notifications
You must be signed in to change notification settings - Fork 40k
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 #48402 #48524 upstream release 1.7 #48809
Automated cherry pick of #48402 #48524 upstream release 1.7 #48809
Conversation
Added IsNotMountPoint method to mount utils (pkg/util/mount/mount.go) Added UnmountMountPoint method to volume utils (pkg/volume/util/util.go) Call UnmountMountPoint method from local storage (pkg/volume/local/local.go) IsLikelyNotMountPoint behavior was not modified, so the logic/behavior for UnmountPath is not modified
/lgtm |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: freehan, ianchakeres, wojtek-t Associated issue: 48524 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 |
I had added issue #48331 to the 1.7 release notes known issues. It should be removed from the known issues when this patch goes out. |
I'm temporarily adding do-not-merge label due to some problems with release branch. Will remove it once we figure it out. |
/test pull-kubernetes-federation-e2e-gce |
OK - this is good to go. Removing do-not-merge label. |
/retest |
Automatic merge from submit-queue |
@wojtek-t I see this fix is in 1.8.0-alpha.2 version. Is there a plan to bring this to 1.7.x? |
@arunmk - this PR cherrypicked it to 1.7 branch. So yes - it will be part of 1.7.2 |
Cherry pick of #48524 and #48402 on release-1.7.
#48524 : fix udp service blackhole problem when number of backends changes from 0 to non-0
#48402 : Local storage teardown fix