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

size option is different for some volumes #12

Open
jannishuebl opened this issue Jan 21, 2021 · 0 comments
Open

size option is different for some volumes #12

jannishuebl opened this issue Jan 21, 2021 · 0 comments

Comments

@jannishuebl
Copy link

Hi,

thanks for this driver it makes things a lot easier.

It was working for a while very well but since some days this errors shows up for some of my volumes, not all:

Configuration for volume XXXX specifies "size" driver_opt 100, but a volume with the same name uses a different "size" driver_opt (None). If you wish to use the new configuration, please remove the existing volume "XXXX"

It seems like docker looses the size of the volume:

docker volume inspect XXXXX
[
{
"CreatedAt": "2021-01-20T06:52:53Z",
"Driver": "hetzner:latest",
"Labels": null,
"Mountpoint": "/mnt/649e5e2a28e1ad8fe3edee280141f3480f98cbd36a3e2d117bdec2ed5be00f06",
"Name": "XXXX",
"Options": null,
"Scope": "global",
"Status": {
"mounted": true
}
}
]

How can i fix this? Does somebody have similar problems?

Thanks,

Jannis

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

No branches or pull requests

1 participant