]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: add new notify, query, and info messages
authorSage Weil <sage@redhat.com>
Thu, 22 Aug 2019 18:50:37 +0000 (13:50 -0500)
committerSage Weil <sage@redhat.com>
Mon, 9 Sep 2019 16:22:11 +0000 (11:22 -0500)
commitce05c17299d75fe1f4e527352172f9e5d55a2647
tree19354e732d6e0402c331d01f87e8667e3d45db08
parent91d123cdeded2d2518cfec5fed28ed86b9e18f52
osd: add new notify, query, and info messages

These are streamlined to only include the information we need for the
peering events, as reflected by the old handle_fast_pg_{notify,query,info}
messages.

Signed-off-by: Sage Weil <sage@redhat.com>
src/messages/MOSDPGInfo2.h [new file with mode: 0644]
src/messages/MOSDPGNotify2.h [new file with mode: 0644]
src/messages/MOSDPGQuery2.h [new file with mode: 0644]
src/msg/Message.cc
src/msg/Message.h
src/osd/OSD.cc
src/osd/OSD.h