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

Volume creation failed #109

Open
laurent-bohr opened this issue Dec 30, 2024 · 0 comments
Open

Volume creation failed #109

laurent-bohr opened this issue Dec 30, 2024 · 0 comments

Comments

@laurent-bohr
Copy link

Hi,

FInaly install working and service is started; but the plugin is not available in the plugins list using docker system info:

Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog

I tried to create a volume from command lien and the result is:

docker volume create -d local-persist -o mountpoint=/tmp/toto --name=toto
Error response from daemon: create toto: error looking up volume plugin local-persist: legacy plugin: Post "http://plugin.moby.localhost/Plugin.Activate": dial unix /run/docker/plugins/local-persist.sock: connect: connection refused

Socket exists:

ls -la /run/docker/plugins/local-persist.sock
srw-rw---- 1 root root 0 Dec 30 15:18 /run/docker/plugins/local-persist.sock

The service is working fine :

journalctl -u docker-volume-local-persist.service
Dec 30 14:48:32 bohr-node06w systemd[1]: Started docker-volume-local-persist.service - docker-volume-local-persist.
Dec 30 14:48:32 bohr-node06w docker-volume-local-persist[137400]: Starting...       Found 0 volumes on startup

I try a docker service restart, same issue.

Any idea about the mistake ?

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

No branches or pull requests

1 participant