-
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
[DO NOT MERGE][CI ONLY] EBUSY flake investigation #20183
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe 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 |
97ac7d8
to
6816800
Compare
2effcce
to
710292d
Compare
90f3159
to
690f7f3
Compare
2c3021b
to
0b9cea9
Compare
Signed-off-by: Ed Santiago <[email protected]>
Signed-off-by: Ed Santiago <[email protected]>
Signed-off-by: Ed Santiago <[email protected]>
Signed-off-by: Ed Santiago <[email protected]>
Signed-off-by: Ed Santiago <[email protected]>
Signed-off-by: Ed Santiago <[email protected]>
Signed-off-by: Ed Santiago <[email protected]>
...to see if it fixes the nasty unlinkat/ebusy flake Signed-off-by: Ed Santiago <[email protected]>
8870bfd
to
6518c1d
Compare
Signed-off-by: Giuseppe Scrivano <[email protected]>
interestingly there is no mountpoint in the current mount namespace that could block the removal:
|
this is interesting:
we are mounting the home mount on top of existing mounts (which are not on a home mount). This is likely the reason for the flake, but not sure how we can end up this way |
fix in containers/storage#1724 |
No description provided.