-
Notifications
You must be signed in to change notification settings - Fork 95
Error looking up volume plugin vfile: plugin "vfile" not found #2087
Comments
@Murf thanks for contacting, can you also upload the logs of the plugin in the guest OS. |
I have no idea how to do that sorry |
Hi, I found it in /var/log./vfile.log and it appears I may have a firewall issue, I will take a look 2018-06-01 07:14:30.632235402 +0000 UTC [ERROR] Failed to join ETCD ClusternodeID=na2f9s97qzdzhd0i0h38z2x2s error="grpc: timed out when dialing" |
No luck, I added tcp/4001 and tcp/4002 to iptables INPUT chain and still get above error in vfile.log |
I realised what I did wrong, I used the wrong installation line from the readme, I now have the right one for correct etcd ports but still no luck, it is as if my docker swarm does not have etcd 2018-06-01 07:53:44.976072805 +0000 UTC [ERROR] Failed to join ETCD cluster on manager leaderAddr="192.168.50.32:2377" nodeID=na2f9s97qzdzhd0i0h38z2x2s nodeAddr=192.168.50.20 |
OK more to this, the vfile plugin ONLY works on the leader node of the swarm, it expects to find etcd service there (which it does) and then I have to install/start the plugin on all the other nodes afterwards. |
vfile=unstable/not usable. |
After I restart docker the plugin is no longer found.
'docker plugin ls' shows the plugin as installed though.
The text was updated successfully, but these errors were encountered: