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, I tried to use Ansible role https://github.com/ClusterHQ/ansible-role-flocker, servers seems to be correctly setup, but when I try to create volume I'm getting this:
$ docker run -v apples:/data --volume-driver flocker busybox sh -c "echo hello > /data/file.txt" docker: Error response from daemon: create apples: create apples: Error looking up volume plugin flocker: legacy plugin: plugin not found.
Running pocesses on nodes and controller
ps -ef | grep flocker /opt/flocker/bin/python /usr/sbin/flocker-dataset-agent --journald /opt/flocker/bin/python /usr/sbin/flocker-container-agent --journald # + on controll node: /opt/flocker/bin/python /usr/sbin/flocker-control --port tcp:4523 --agent-port tcp:4524 --journald
OS: CentOS Linux release 7.2.1511 (Core) RPM: clusterhq-python-flocker-1.15.0-1.x86_64 clusterhq-flocker-docker-plugin-1.15.0-1.noarch clusterhq-flocker-node-1.15.0-1.noarch Backend: OpenStack Cinder
Running it as a container failing on missing/deprecated images, but https://flocker-docs.clusterhq.com/en/latest/supported/flockercontainers.html#flocker-containers shows also clusterhq/flocker-docker-plugin is this some legacy stuff ?
clusterhq/flocker-docker-plugin
Any help appreciated. Thanks
The text was updated successfully, but these errors were encountered:
ScatterHQ#5
Sorry, something went wrong.
No branches or pull requests
Hi,
I tried to use Ansible role https://github.com/ClusterHQ/ansible-role-flocker, servers seems to be correctly setup, but when I try to create volume I'm getting this:
Running pocesses on nodes and controller
OS: CentOS Linux release 7.2.1511 (Core)
RPM:
clusterhq-python-flocker-1.15.0-1.x86_64
clusterhq-flocker-docker-plugin-1.15.0-1.noarch
clusterhq-flocker-node-1.15.0-1.noarch
Backend: OpenStack Cinder
Running it as a container failing on missing/deprecated images, but https://flocker-docs.clusterhq.com/en/latest/supported/flockercontainers.html#flocker-containers shows also
clusterhq/flocker-docker-plugin
is this some legacy stuff ?Any help appreciated. Thanks
The text was updated successfully, but these errors were encountered: