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

Error: Unknown discovery type : 3 #1296

Closed
bboreham opened this issue Jun 25, 2016 · 2 comments
Closed

Error: Unknown discovery type : 3 #1296

bboreham opened this issue Jun 25, 2016 · 2 comments

Comments

@bboreham
Copy link
Contributor

Seen in Docker 1.12-rc2 logs when using Weave network (as an example of a remote driver; this issue does not appear to have anything to do with Weave):

Jun 25 20:57:53 host1 docker[15099]: time="2016-06-25T20:57:53.409535574Z" level=warning msg="Failed to set datapath keys in driver weavemesh: Unknown discovery type : 3"

This appears to be because agent.go calls DiscoverNew with type EncryptionKeysUpdate but the remote glue code errors on anything that is not NodeDiscovery.

@bboreham bboreham changed the title Error: Unknown discovery type : 3 Warning: Unknown discovery type : 3 Jun 25, 2016
@bboreham bboreham changed the title Warning: Unknown discovery type : 3 Error: Unknown discovery type : 3 Jun 25, 2016
@mrjana
Copy link
Contributor

mrjana commented Jun 25, 2016

@bboreham Are you using docker swarm mode and trying to use a global scope plugin? If so, global scope plugins are not yet supported in 1.12 when running in swarm mode. The support may come in the future. But the current cluster mode formed with external k/v store will continue to support plugins.

@bboreham
Copy link
Contributor Author

Yes, I did docker swarm init, but I was not using a global scope plugin. weavemesh, the driver referenced in the error message, is local scope.

I have a global scope plugin; it is listening, but I was not using it.

Is this "may be supported in the future" status documented somewhere?

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

2 participants