]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: let peon mons send the osdmap replies
authorSage Weil <sage@redhat.com>
Thu, 17 Sep 2015 01:44:04 +0000 (21:44 -0400)
committerSage Weil <sage@redhat.com>
Mon, 23 Nov 2015 13:38:48 +0000 (08:38 -0500)
commit39e06ef8f070e136e54452bdea3f6105cd79bb73
treec9bf81e2864b4031efc7f4f8d39ec5a30ee3981c
parent05aaa60eb53557d157f587da97580e74edecde61
mon: let peon mons send the osdmap replies

Currently the leader mon often replies to OSDs by sending a set of
incremental OSDmaps (e.g., in response to an osd boot or failure).

Instead, send a small message to the proxying peon mon (if any)
with the epoch to start from and let *them* generate a suitable
reply.

Signed-off-by: Sage Weil <sage@redhat.com>
src/include/ceph_features.h
src/messages/MRoute.h
src/mon/Monitor.cc
src/mon/OSDMonitor.cc
src/mon/OSDMonitor.h