-
Notifications
You must be signed in to change notification settings - Fork 102
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
Attempting to create a volume in Docker Swarm fails #680
Comments
I was able to reproduce the logs, this seems related to moby/moby#48133 |
As @jooola wrote, this seems the be caused by a Docker Swarm bug. An older version of Docker Swarm might work. As stated in our README, we do not provide official support for the csi-driver in Docker Swarm. Line 17 in bcc0298
|
please note that in docker 27.x.x CSI plugin interface is broken |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
TL;DR
When creating a volume as described in the doc linked from the readme, it doesn't error, but never creates the volume. It shows as "pending creation" in
volume ls
and logs errors in journaldb: "does not implement PluginAddr"Expected behavior
The volume should be created.
Observed behavior
It isn't created. :)
Minimal working example
Log output
Additional information
Docker version 27.1.1, build 6312585 (From Hetzner's official image)
I've tried using v2.8.0 and
latest
tags for the plugin with the same results.The text was updated successfully, but these errors were encountered: