]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: don't call propose_pending in dispatch 14711/head
authorJohn Spray <john.spray@redhat.com>
Fri, 21 Apr 2017 10:42:29 +0000 (06:42 -0400)
committerJohn Spray <john.spray@redhat.com>
Fri, 21 Apr 2017 10:46:57 +0000 (06:46 -0400)
commit0227ab7570c41383bf2e87eb98077f9bb0effdbc
tree53150453c3267f5e09361c35ba1c371a447866ff
parent1247119ca8e474eb750c56dbf86e404ef82998ef
mon: don't call propose_pending in dispatch

This was happening indirectly because the command handling
code was calling tick() as a shortcut to "promote something"
and tick calls propose_pending because.

Fixes: http://tracker.ceph.com/issues/19738
Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/MgrMonitor.cc