We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team,
I have setup Flocker with swarm(1.2.0) Docker(1.12.0) Openstack mitaka Cinder backend (v2 and v3).
Volume creation and attach to node is failed.
Attaching logs.
flocker-control.log.gz
flocker.tar.gz
The text was updated successfully, but these errors were encountered:
You can see in your plugin logs the errror below:
"task_uuid": "e969bf19-af82-48df-b55d-ef477a8d373f", "task_level": [1], "action_type": "api:request", "timestamp": 1469784788.413205, "method": "POST", "action_status": "started", "request_path": "/VolumeDriver.Mount"} {"exception": "exceptions.TypeError", "reason": "volumedriver_mount() got an unexpected keyword argument 'ID'", "timestamp": 1469784788.413924, "traceback": "Traceback: <type 'exceptions.TypeError'>: volumedriver_mount() got an unexpected keyword argument 'ID'\n/opt/flocker/local/lib/python2.7/site-packages/twisted/internet/defer.py:150:maybeDeferred\n/opt/flocker/local/lib/python2.7/site-packages/flocker/restapi/_infrastructure.py:264:loadAndDispatch\n/opt/flocker/local/lib/python2.7/site-packages/twisted/internet/defer.py:150:maybeDeferred\n/opt/flocker/local/lib/python2.7/site-packages/flocker/dockerplugin/_api.py:118:wrapped\n--- <exception caught here> ---\n/opt/flocker/local/lib/python2.7/site-packages/twisted/internet/defer.py:150:maybeDeferred\n", "message_type": "eliot:traceback", "task_uuid": "e969bf19-af82-48df-b55d-ef477a8d373f", "task_level": [3]}
this is because we have not yet made the changes to support 1.12, we will be adding this support soon. Please watch #2854 for more info.
Sorry, something went wrong.
No branches or pull requests
Hi Team,
I have setup Flocker with swarm(1.2.0) Docker(1.12.0) Openstack mitaka Cinder backend (v2 and v3).
Volume creation and attach to node is failed.
Attaching logs.
flocker-control.log.gz
flocker.tar.gz
The text was updated successfully, but these errors were encountered: