Skip to content
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

fix CSI plugin load issue #3180

Closed
wants to merge 3 commits into from
Closed

fix CSI plugin load issue #3180

wants to merge 3 commits into from

Conversation

blib
Copy link
Contributor

@blib blib commented Sep 8, 2024

CSI plugin does not implement plugin.PluginAddr interface so plugin manager will not load any CSI plugins at all. (see agent/csi/plugin/csi/manager.go:111)

Basicly preventing load of any CSI plugin with following error message volume creation failed: plugin for driver "seaweedfs" does not implement PluginAddr

fixes hetznercloud/csi-driver#680
moby/moby#48133

psaintlaurent and others added 3 commits September 8, 2024 17:07
Signed-off-by: plaurent <[email protected]>
Signed-off-by: Boris Bliznioukov <[email protected]>
Signed-off-by: plaurent <[email protected]>
Signed-off-by: Boris Bliznioukov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attempting to create a volume in Docker Swarm fails
2 participants