docker-volume-plugins icon indicating copy to clipboard operation
docker-volume-plugins copied to clipboard

Can't enable the plugin in ARM (Raspberry)

Open setovi opened this issue 5 years ago • 5 comments

Describe the bug When enabling the plugin in a Raspberry Pi (4),

root@rpi4:~# docker plugin enable glusterfs Error response from daemon: dial unix /run/docker/plugins/4963ba381884b7af616e4340f57e44e296671b3b23cd061d4c1431b7f4d0f126/gfs.sock: connect: no such file or directory

To Reproduce Steps to reproduce the behavior:

  1. docker plugin install --alias glusterfs mochoa/glusterfs-volume-plugin --grant-all-permissions --disable
  2. docker plugin set glusterfs SERVERS=x,y
  3. docker plugin enable glusterfs

Server (please complete the following information):

  • OS: Raspbian
  • Version 10.9
  • Raspberry Pi 4

Additional context It's reported on: https://github.com/trajano/docker-volume-plugins/issues/11

TY in advance

setovi avatar Apr 26 '21 15:04 setovi

+1. Same issue, same hardware, same OS.

nerdily avatar May 10 '21 01:05 nerdily

+1. Same issue, same hardware, same OS

trueppp avatar Oct 02 '21 02:10 trueppp

I was hitting the same issue but was able to resolve it by specifying the architecture in the image name. It looks like the default install command just pointing to cifs-volume-plugin for example pulls the x86-64 image regardless of platform you are on.

By appending "-aarch64" to the image name it pulls the arm64 variant and enables without issue.

Example: docker plugin install mochoa/cifs-volume-plugin-aarch64 --grant-all-permissions

frankrosano avatar Oct 27 '21 19:10 frankrosano

same problem here.

root@pi3modelb:~# uname -a

Linux pi3modelb 5.10.63-v7+ #1488 SMP Thu Nov 18 16:14:44 GMT 2021 armv7l GNU/Linux

edit: i just installed version mochoa/glusterfs-volume-plugin-armv7l and the error is gone.

yodog avatar Dec 10 '21 11:12 yodog

Same here. Either docker itself can't select proper plugin for current architecture or something is wrong.

Would be nice to mention it in the readme @marcelo-ochoa ;-)

johny-mnemonic avatar Mar 29 '22 16:03 johny-mnemonic