]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: MonmapMonitor: don't expose uncommitted state to client 6854/head
authorJoao Eduardo Luis <joao@suse.de>
Thu, 3 Dec 2015 15:05:08 +0000 (15:05 +0000)
committerJoao Eduardo Luis <joao@suse.de>
Mon, 4 Jan 2016 15:19:35 +0000 (15:19 +0000)
commit43dfe855f53ae91d39e32fd5276b67e000917451
tree402859ae48b11ae98e98ac52a43cff4af7ab6146
parent2af7c9f719f4905f184faf61d8e51c69a14185ce
mon: MonmapMonitor: don't expose uncommitted state to client

During prepare_command(), we were returning to the user based on
pending_map's state. Even though this weren't causing any issues we are
aware of, we really shouldn't do that.

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