-
Notifications
You must be signed in to change notification settings - Fork 70
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
"can't create" but creates anyway #52
Comments
alright so I gather the last message "lock" "rm" means, from the rbd command help: lock remove (lock rm) Release a lock on an image. so tracing back I figured out what might be the problem? Although I was having problems with using admin too but didn't confirm if the problem was the same but one would think admin would not have this problem:
|
I can delete it with admin,
I'll try changing back to using the admin account for the plugin to see why it wasn't working then |
lol
|
yeah got past that with modrpobe rbd on host but looks like I have another problem now:
however this one is likely due to how slow the computer I'm using is, will try raising the timeout to see but I'm gonna need this to work faster eventually... |
lo, having a little trouble getting docker to use this for volumes. Ive got a cluster that seems to be working, plus this container:
I created the docker pool and user etc like this:
and then I start the container and attempt to create a container with a volume using the 'ceph' driver
docker run -it --volume-driver ceph -v test ubuntu /bin/bash
and then it gives me this message:
and the plugin container says this:
and it would appear that this message is wrong, but I don't know what all that other stuff means
The text was updated successfully, but these errors were encountered: