-
Notifications
You must be signed in to change notification settings - Fork 20
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
Must provide a region or a Linode ID #24
Comments
Hi @andyg5000 The plugin should be configured with the region option, as described here: https://github.com/linode/docker-volume-linode#changing-the-plugin-configuration
I don't believe this option is available at "volume create" time. Additionally, and most importantly, the The README.md of this project shows that done: 069d82b |
Ah makes sense. I'll repot back if I have issues with other regions . |
Hey @displague Not sure what I'm doing wrong, but still getting the same error with us-east. Here are my steps to test this plugin out. apk update This ends in:
Thanks for the support! |
@andyg5000 https://wiki.alpinelinux.org/wiki/Configure_Networking I'll admit that in most of my testing this has been the case. Avoid using the region option just to rule it out. |
Unfortunately neither update you suggested solved my problem. The weird thing is that I don't see the error or " Linode ID" in the source code of this plugin |
Give the v0.14 line a shot. The docker image for the plugin has been updated, be sure to pull ( https://hub.docker.com/r/linode/docker-volume-linode/tags Region is no longer required (nor used) and If your hostname does not match the linode-label, make sure when using the |
This should has been resolved. |
I'm unable to get a volume created and get the following error
Error response from daemon: create my-test-volume: VolumeDriver.Create: Create(my-test-volume) Failed: [400] Must provide a region or a Linode ID
I followed all the steps of the README including setting the linode-region and linode-label on the plugin.
Any thoughts what I'm doing wrong?
I also tried to specify
--opt region=us-southeast
,--opt linode-region=us-southeast
, and--opt linode.region=us-southeast
to the docker volume create command with no luck.Thanks!
The text was updated successfully, but these errors were encountered: