]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Monitor: set MMonJoin's op type as service
authorJoao Eduardo Luis <joao@suse.de>
Mon, 10 Aug 2015 13:45:34 +0000 (14:45 +0100)
committerJoao Eduardo Luis <joao@suse.de>
Mon, 10 Aug 2015 17:21:31 +0000 (18:21 +0100)
commitc87130550b47754c679f9df9ef9173d078107bf6
tree15fc2ec4b6a12d93b2fc883adeb51df57b2a140f
parent144792efe0e1195eacdeadd9170ffb0025395ec9
mon: Monitor: set MMonJoin's op type as service

Otherwise, when the MonmapMonitor's PaxosService::dispatch() handles the
message, it will assert (as it should) because the op is marked as being
a monitor op. And this function should never handle monitor ops.

Signed-off-by: Joao Eduardo Luis <joao@suse.de>
src/mon/Monitor.cc