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 response from daemon: Error looking up volume plugin flocker: Plugin not found #18920

Closed
jonathan-kosgei opened this issue Dec 27, 2015 · 14 comments

Comments

@jonathan-kosgei
Copy link

I have 2 centos 7.1 nodes and I'm trying to get flocker running on it. I've followed the installation steps exactly however when it comes to running the following command to test to see if flocker-docker-plugin works:

docker run -v apples:/data --volume-driver flocker busybox sh -c "echo hello > /data/file.txt"

I get the error:

Error response from daemon: Error looking up volume plugin flocker: Plugin not found

BUG REPORT INFORMATION
$ docker version

Client:
Version: 1.9.1
API version: 1.21
Go version: go1.4.2
Git commit: a34a1d5
Built: Fri Nov 20 13:25:01 UTC 2015
OS/Arch: linux/amd64

Server:
Version: 1.9.1
API version: 1.21
Go version: go1.4.2
Git commit: a34a1d5
Built: Fri Nov 20 13:25:01 UTC 2015
OS/Arch: linux/amd64

$docker info

Containers: 7
Images: 19
Server Version: 1.9.1
Storage Driver: devicemapper
Pool Name: docker-8:1-524072-pool
Pool Blocksize: 65.54 kB
Base Device Size: 107.4 GB
Backing Filesystem:
Data file: /dev/loop0
Metadata file: /dev/loop1
Data Space Used: 2.011 GB
Data Space Total: 107.4 GB
Data Space Available: 24.55 GB
Metadata Space Used: 2.331 MB
Metadata Space Total: 2.147 GB
Metadata Space Available: 2.145 GB
Udev Sync Supported: true
Deferred Removal Enabled: false
Deferred Deletion Enabled: false
Deferred Deleted Device Count: 0
Data loop file: /var/lib/docker/devicemapper/devicemapper/data
Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
Library Version: 1.02.107-RHEL7 (2015-10-14)
Execution Driver: native-0.2
Logging Driver: json-file
Kernel Version: 3.10.0-327.3.1.el7.x86_64
Operating System: CentOS Linux 7 (Core)
CPUs: 1
Total Memory: 1.638 GiB
Name: sc-test2
ID: AU3N:3GYD:Y6B5:5GE3:EKDX:4ZWR:SGMU:33IU:IWQQ:ELWG:OTXY:4FXC
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled

$uname -a

Linux sc-test2 3.10.0-327.3.1.el7.x86_64 #1 SMP Wed Dec 9 14:09:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

STEPS TO REPRODUCE

Run"

docker run -v apples:/data --volume-driver flocker busybox sh -c "echo hello > /data/file.txt"

after following the manual install instructions for flocker.

Error:

Error response from daemon: Error looking up volume plugin flocker: Plugin not found

@GordonTheTurtle
Copy link

Hi!

Please read this important information about creating issues.

If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.

If you suspect your issue is a bug, please edit your issue description to include the BUG REPORT INFORMATION shown below. If you fail to provide this information within 7 days, we cannot debug your issue and will close it. We will, however, reopen it if you later provide the information.

This is an automated, informational response.

Thank you.

For more information about reporting issues, see https://github.com/docker/docker/blob/master/CONTRIBUTING.md#reporting-other-issues


BUG REPORT INFORMATION

Use the commands below to provide key information from your environment:

docker version:
docker info:
uname -a:

Provide additional environment details (AWS, VirtualBox, physical, etc.):

List the steps to reproduce the issue:
1.
2.
3.

Describe the results you received:

Describe the results you expected:

Provide additional info you think is important:

----------END REPORT ---------

#ENEEDMOREINFO

@thaJeztah
Copy link
Member

Looks like you're following the instructions here; https://docs.clusterhq.com/en/1.8.0/config/enabling-agent-service.html#enabling-agent-service, and support for using flocker is https://clusterhq.com/flocker/support/

Could you use one of the channels mentioned in that link? Given that this is an issue with Flocker, I think it's best to ask for support via ClusterHQ first (it could be an incorrect configuration/installation of the plugin)

I'll close this issue for the reasons above, but feel free to comment here after I've closed, thanks!

@jonathan-kosgei
Copy link
Author

Done. I'd assumed it was docker that wasn't picking up the plugin. The installation was very straightforward. But thanks.

@thaJeztah
Copy link
Member

@jonathan-kosgei if it turns out to be a bug in docker after you've checked with ClusterHQ please ping me here, then I'll reopen the issue

@jonathan-kosgei
Copy link
Author

Will do. Thanks :)

@fireking77
Copy link

Hi Guys,

I do not want to bother you, but I have the exactly same issue with CentOS7 + flocker 1.8.0....
sorry but is this issue solved? somewhere? can you please point me to the right link...

thanks...
Darvi

@jonathan-kosgei
Copy link
Author

Hey fireking,
It's no bother at all.
Unfortunately I have not found a solution to the issue. You can track new
info on the stackoverflow question here:
http://stackoverflow.com/questions/34472300/flocker-docker-plugin-doesnt-work?noredirect=1#comment56781501_34472300
On Jan 3, 2016 5:03 AM, "fireking77" notifications@github.com wrote:

Hi Guys,

I do not want to bother you, but I have the exactly same issue with
CentOS7 + flocker 1.8.0....
sorry but is this issue solved? somewhere? can you please point me to the
right link...

thanks...
Darvi


Reply to this email directly or view it on GitHub
#18920 (comment).

@fireking77
Copy link

thanks dude, i am going to follow it...
Darvi

@rongnguyen
Copy link

Hi Guys,

I have the same issue with Jonathan.
I am using

Is there anyway to solve "Error response from daemon: Error looking up volume plugin flocker: Plugin not found" issue?

Thank community!

@HibatAllah
Copy link

Hi ,

I have the same issue of rongnguyen ,
the environnent description :

Ubuntu 14.04
Docker 1.12.3
i use this documentation to install flocker with docker and swarm ;
https://flocker-docs.clusterhq.com/en/latest/docker-integration/manual-install.html

Is there anyway to solve this error please : "Error response from daemon: Error looking up volume plugin flocker: Plugin not found"

Thanks ,

@zoechi
Copy link
Contributor

zoechi commented Feb 14, 2017

Just run into this with

docker volume create -d projects

Version: 1.11.2
3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/Linux

@thaJeztah
Copy link
Member

@zoechi -d projects will be looking for a driver named projects, if no such driver exists, it will fail.

@zoechi
Copy link
Contributor

zoechi commented Feb 14, 2017

@thaJeztah thanks a lot. Found it already, forgot to remove the comment.

@thaJeztah
Copy link
Member

Based on the comments above, this looks like a configuration issue (the driver is not installed, or not configured properly). Given that this is not a bug in the docker code base, I'm gonna lock the conversation here to prevent it from collecting random questions w.r.t. using volume drivers.

Since ClusterHQ unfortunately stopped to exist, I suggest going to the https://github.com/ScatterHQ/flocker repository for questions about using the flocker volume driver (a number of ex-ClusterHQ employees started that repository to maintain flocker 🙌 )

If you have other issues with volume drivers/plugins and suspect it's a bug in docker not the plugin, please open a new issue with details

@moby moby locked and limited conversation to collaborators Feb 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants