vmware-archive / vsphere-storage-for-docker

vSphere Storage for Docker
https://vmware.github.io/vsphere-storage-for-docker
Apache License 2.0
251 stars 95 forks source link

Getting vsphere plugin error "plugin not found" #1984

Closed shuklanirdesh82 closed 6 years ago

shuklanirdesh82 commented 6 years ago

On 11/10/17, 10:45 AM, "Brian Teichner" Brian.Teichner@onassignment.com wrote:

We are currently using the vSphere Docker Volume Service, and are seeing the following errors in the Docker daemon logs:

level=error msg="plugin not found"

level=info msg="time=\"2017-10-30T18:09:00Z\" level=warning msg=\"Failed to load config file /etc/docker-volume-vsphere.conf: open /etc/docker-volume-vsphere.conf: no such file or directory\" " plugin=a98951b18d9ca31ce722cfae7a2fd09df674bc4ee8aafdc828f35b15cbebb139

I’ve tried creating a default config file but still see this error for “plugin not found” in the logs. We are using version 0.17 of the plugin. Is there a way to correct this?

Thanks,

Brian Teichner
Sr. Systems Engineer
On Assignment

/CC @bteichner

bteichner commented 6 years ago

 Version:      17.06.2-ee-5
 API version:  1.30
 Go version:   go1.8.3
 Git commit:   508bb92
 Built:        Thu Nov  2 00:47:40 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.06.2-ee-5
 API version:  1.30 (minimum version 1.12)
 Go version:   go1.8.3
 Git commit:   508bb92
 Built:        Thu Nov  2 00:49:00 2017
 OS/Arch:      linux/amd64```
bteichner commented 6 years ago

Nov 13 21:14:35 ucp1 dockerd[19099]: time="2017-11-13T21:14:35Z" level=info msg="time=\"2017-11-13T21:14:35Z\" level=warning msg=\"Failed to load config file /etc/docker-volume-vsphere.conf: open /etc/docker-volume-vsphere.conf: no such file or directory\" " plugin=397aae7d9f3e9e55a5ee10e3937bf655c7ca5506a9142ca75baa56f10b153fd8
Nov 13 21:14:35 ucp1 kernel: br0: port 1(vxlan0) entered forwarding state
Nov 13 21:14:35 ucp1 kernel: br0: port 2(veth0) entered forwarding state
Nov 13 21:14:35 ucp1 kernel: docker_gwbridge: port 1(veth522f44d) entered forwarding state
Nov 13 21:14:35 ucp1 kernel: docker0: port 7(veth742dc66) entered forwarding state
Nov 13 21:14:35 ucp1 kernel: docker0: port 10(veth88100f7) entered forwarding state
Nov 13 21:14:37 ucp1 sudo[20704]:  vagrant : TTY=pts/0 ; PWD=/home/vagrant ; USER=root ; COMMAND=/bin/docker plugin ls
Nov 13 21:14:39 ucp1 dockerd[19099]: time="2017-11-13T21:14:39.389314235Z" level=info msg="agent: found node update" module="node/agent" node.id=ovmvntpdutflp4z78qel8a5n5
Nov 13 21:14:40 ucp1 kernel: docker0: port 11(veth0a0a05a) entered forwarding state
Nov 13 21:14:59 ucp1 dockerd[19099]: time="2017-11-13T21:14:59.319677237Z" level=error msg="plugin not found"```
shuklanirdesh82 commented 6 years ago

This is the limitation from docker, adding an entry to FAQ section through #1994.