-
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
Plugin registration mechanism of CSI is broken #70485
Comments
/sig storage |
Is this with/without feature gates? On head or 1.12? Does this impact other functionality like attach, mount, etc? |
I think that it's dynamic registration that discovers all sockets in Driver registrar exposes a different socket ( The message is harmless, at least on my machine, however, it pollutes logs and we should do something about it. Should the dynamic registration watch only /sig node |
cc @RenaudWasTaken for dynamic registration expertise. |
Okay, so this could not be reason of volume limits not being registered for csi plugins. hmm. it looked suspicious. |
Hello! Yep this seems to be related to #69015 which is a known harmless bug. Basically what happens is that the plugin watcher will iterate recursively over that directory and try to register every file. In your case the csi.sock doesn't seem to implement the gRPC service, since this is the case, the pluginwatcher mechanism will ignore this file. We are considering limiting the recursive behavior to one level, and making sure that the files we try to contact always end with |
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. |
Red herring |
Same issue with trident v19.10.0 |
It looks like plugin registration mechanism of CSI might be broken:
The text was updated successfully, but these errors were encountered: