]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd: make use of pg history and past_intervals in pg_create2 messages
authorSage Weil <sage@redhat.com>
Fri, 19 Apr 2019 21:41:04 +0000 (16:41 -0500)
committerSage Weil <sage@redhat.com>
Tue, 23 Apr 2019 12:03:47 +0000 (07:03 -0500)
commitb9865ad800752f03053e27a89502051c90efa07b
tree52ba5dabdf2c966880a24b219bab1d32af3958a0
parent85d9dc6b107fa813bb56860e8b4c6c51e267e1f0
osd: make use of pg history and past_intervals in pg_create2 messages

If we get a mismatched epoch and past_intervals, error out early, or else
we'll end up asserting later in the PastIntervals code.

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