]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMonitor: track creating_pgs_by_osd_epoch
authorSage Weil <sage@redhat.com>
Wed, 7 Oct 2015 00:37:06 +0000 (20:37 -0400)
committerSage Weil <sage@redhat.com>
Mon, 23 Nov 2015 13:38:49 +0000 (08:38 -0500)
commitdd91837a8e945a6088a9aab899971ea2b90303e5
tree0680f28db5345da83ce0663625cd0dd520c93d24
parent2754007c4b4036c5a42aee625f4abe6d8947fe34
mon/PGMonitor: track creating_pgs_by_osd_epoch

Track pg creations, grouped by the first epoch they mapped to a particular
OSD.  This will be necessary to send messages only for new creations.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/PGMap.cc
src/mon/PGMap.h
src/mon/PGMonitor.cc