]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: include PastInterals in pg_notify_t 29517/head
authorSage Weil <sage@redhat.com>
Tue, 6 Aug 2019 19:30:53 +0000 (14:30 -0500)
committerSage Weil <sage@redhat.com>
Thu, 8 Aug 2019 14:14:03 +0000 (09:14 -0500)
commit72d64260259f958587d15f717499735a0c4ea219
tree9c0a12dfb1b2ccb1f525bcb2de51aa3705457112
parentb6b3724f043a074e554dcff41d39fafd39e7a82e
osd: include PastInterals in pg_notify_t

We use a pair<pg_notify_t,PastIntervals> everywhere a pg_notify_t is used.
This is silly; just make it a member instead.

Include some minor compat cruft so we can speak to pre-octopus OSDs.

Signed-off-by: Sage Weil <sage@redhat.com>
src/crimson/osd/osd_operations/compound_peering_request.cc
src/messages/MOSDPGInfo.h
src/messages/MOSDPGNotify.h
src/osd/OSD.cc
src/osd/OSD.h
src/osd/PGPeeringEvent.h
src/osd/PeeringState.cc
src/osd/PeeringState.h
src/osd/osd_types.cc
src/osd/osd_types.h