]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: queue peering events directly, without pg lookup
authorSage Weil <sage@redhat.com>
Tue, 12 Dec 2017 15:29:15 +0000 (09:29 -0600)
committerSage Weil <sage@redhat.com>
Thu, 11 Jan 2018 23:07:00 +0000 (17:07 -0600)
commite5a56d423861d87fdee4fd2acf39e1fa07d5fa1c
treef5e4b176692149b0ccf45a8a5dfb75afd246a020
parent4a45a4d568a3251c1f34f1f1b2eb5a71f474713b
osd: queue peering events directly, without pg lookup

We do not need to look up the PG in order to queue a peering event now
that the queue is based on spg_t and handles the validity checks (based on
the epoch) for us.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc