-
Notifications
You must be signed in to change notification settings - Fork 159
udevadm may be never triggered right now #376
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
Comments
This is true, the code as-is doesn't do anything :) thanks for the find. The intent for udevadm triggers is to "workaround" two known errors.
The actual solution to this would be as follows:
@ZeroMagic please let me know and assign yourself if you are interested in working on this fix. If not, considering this is a known issue that occurs infrequently we do not consider this high priority and will fix it sometime before GA. |
@davidz627 Oh, I'm afraid not. I have no time to fix it recently. |
/help |
@davidz627: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
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. |
/remove-lifecycle stale |
/assign |
In the function
VerifyDevicePath
(https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/pkg/mount-manager/device-utils.go#L89), the value ofsdBefore
is the same withsdAfter
.Then the function
udevadmChangeToDrive
will never be called. It seems like the code doesn't actually do anything./ping @davidz627
The text was updated successfully, but these errors were encountered: