-
Notifications
You must be signed in to change notification settings - Fork 218
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
Flaky test: DeleteVolume fails due to device busy #96
Comments
/kind failing-test |
@kubernetes-csi/csi-misc |
This is happening in CI too: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-csi-1-13-on-kubernetes-1-13/1169142833098002432 |
Ok I think it's because in 1.13 logic, we were checking if a directory was a mount point before calling unpublish: https://github.com/kubernetes/kubernetes/blob/release-1.13/pkg/volume/csi/csi_mounter.go#L299 Which I think won't work for hostpath since hostpath is just a bind mount of a directory on the root fs. We removed the logic in 1.14 when implementing ephemeral volumes. I don't really understand why this isn't failing all the time though (instead of just being flaky). |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/close |
@msau42: Closing this issue. In response to this:
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. |
https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/kubernetes-csi_csi-driver-host-path/95/pull-kubernetes-csi-csi-driver-host-path-1-13-on-kubernetes-1-13/1170365877112016899
Test fails:
Provisioner logs:
Hostpath driver logs show stage, publish, unstage being called, but not unpublish. Unfortunately, we don't have k8s system logs to see what's going on in kubelet.
The text was updated successfully, but these errors were encountered: