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

docker plugin not working with docker 1.12.0-rc3 #2854

Closed
Nomon opened this issue Jul 4, 2016 · 3 comments
Closed

docker plugin not working with docker 1.12.0-rc3 #2854

Nomon opened this issue Jul 4, 2016 · 3 comments

Comments

@Nomon
Copy link

Nomon commented Jul 4, 2016

There is a new field passed to the docker plugin called 'ID':
moby/moby#21015

The plugin (flocker 1.13.0) fails to mount the volume with the following error:

{"exception": "exceptions.TypeError", 
     "reason": "volumedriver_mount() got an unexpected keyword argument 'ID'",
     "timestamp": 1467628063.957701, 
     "traceback": "
    Traceback: <type 'exceptions.TypeError'>: volumedriver_mount() got an unexpected keyword argument 'ID'
      /opt/flocker/local/lib/python2.7/site-packages/twisted/internet/defer.py:150:maybeDeferred
      /opt/flocker/local/lib/python2.7/site-packages/flocker/restapi/_infrastructure.py:264:loadAndDispatch 
      /opt/flocker/local/lib/python2.7/site-packages/twisted/internet/defer.py:150:maybeDeferred 
      /opt/flocker/local/lib/python2.7/site-packages/flocker/dockerplugin/_api.py:118:wrapped
     --- <exception caught here> ---  
     /opt/flocker/local/lib/python2.7/site-packages/twisted/internet/defer.py:150:maybeDeferred",
  "message_type": "eliot:traceback",
  "task_uuid": "6d68e5a3-1ef3-44e1-a477-e1cac6d76da2",
  "task_level": [3
}
@wallnerryan
Copy link
Contributor

@Nomon thanks for reporting this, I was away on some time off but will be digging into 1.12 and making sure things work correctly and making needed changes, will update this issue as we go along

@wallrj
Copy link
Contributor

wallrj commented Aug 1, 2016

Looks like 1.12 was released last week and all our Flocker Docker plugin tests are now broken :-(

@wallnerryan Thanks for creating the Jira issue.
Let me know if you want me to review / help with anything

@wallnerryan
Copy link
Contributor

should be fixed now that #2880 is merged. Next release will/should include this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants