]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: handle MOSDPGCreated messages
authorKefu Chai <kchai@redhat.com>
Mon, 13 Mar 2017 07:50:17 +0000 (15:50 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 30 Mar 2017 12:21:18 +0000 (20:21 +0800)
commita316eb3078e8599a706b10c1b515545860919eda
treeacadeaec98197bdd4e64213848f066553e536422
parenta2e39d91c9508a27dc60c168dfb32fb352de44fe
mon: handle MOSDPGCreated messages

MOSDPGCreated messages are used to prune the creating_pgs_by_osd_epoch
and creating_pgs, by updating created_pools. as once a pool is created
we will not send MOSDPGCreate to its acting_primary OSD anymore.

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