Closed etamponi closed 8 years ago
Yes we do use exclusive Ceph RBD locks. We tend not to rely on latest of anything, or we're slow on uptake anyway: CentOS 7.x, kernel 3.10.x, Docker 1.9, Ceph 0.94.8
As I expected! Thanks! Too bad, ceph-deploy
does not work anymore to
install Ceph Hammer on Ubuntu because of a packaging issue. I will try to
install Ceph manually.
Il 06 set 2016 1:23 AM, "Damian Martinez" notifications@github.com ha scritto:
We tend not to rely on latest of anything: CentOS 7.x, kernel 3.10.x, Docker 1.9, Ceph 0.94.8
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/porcupie/rbd-docker-plugin/issues/10#issuecomment-244820914, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjUNP0lMITgpwYLJ8LS5ZsIWcB9sKQYks5qnKR9gaJpZM4J1Tmn .
Ok, it was an issue with my code, and the errors were actually lecit. I am gonna close this.
To be able to mount rbd volumes, I needed to set
rbd default features = 3
, that is, I had to disable exclusive locking. This makes the plugin work, but when I check in the logs I see that it complains about not being able of taking the lock on the volume:So my question is: I didn't see any reference to disabling the exclusive lock in the README, so I assume that your kernel works fine!
Which version of Ceph do you use? And which kernel?