]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: track osd_epoch of all MonSessions
authorKefu Chai <kchai@redhat.com>
Mon, 20 Jul 2015 16:33:19 +0000 (00:33 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 11 Aug 2015 06:49:09 +0000 (14:49 +0800)
commitde43a02e06650a552f048dc8acd17f255126fed9
treeecbadaaebe467395ea1b3c16b2bb9abeec6ef57b
parentc05753eacc26e90b2e3b56e641a71bffd5b39bd0
mon: track osd_epoch of all MonSessions

previously, we only track the osd_epoch for OSD peers. but other
MonClients who receives osdmaps can also benefit from osd_epoch.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc