]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: Monitor: make 'quorum enter/exit' available through the admin socket
authorJoao Eduardo Luis <joao.luis@inktank.com>
Fri, 8 Nov 2013 00:26:42 +0000 (00:26 +0000)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Fri, 8 Nov 2013 00:26:42 +0000 (00:26 +0000)
commit762acec422e8fcb2a44198e48a99294b1adbf825
tree07138364bf810f8e29f568235bac645eec94945d
parent84fb1bf3eefe88c0f5f15034d69c171e6531bf76
mon: Monitor: make 'quorum enter/exit' available through the admin socket

If we don't have at least 'quorum enter' available through the admin
socket, then we can never tell a monitor to go back into quorum after
exiting, since it will not handle the command that forces it back in due
to not being in the quorum.

Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/mon/Monitor.cc