]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PeeringState: do not complain about past_intervals constrained by oldest epoch 29747/head
authorSage Weil <sage@redhat.com>
Mon, 19 Aug 2019 21:32:22 +0000 (16:32 -0500)
committerSage Weil <sage@redhat.com>
Tue, 20 Aug 2019 14:11:14 +0000 (09:11 -0500)
commitb1396774a40b7b3e54c9f52b6bb6f03d31c35401
tree1ca49ad519993fc3309660b28947142763c2e376
parent329463b386e5482c4adf604c990ade3ab858795f
osd/PeeringState: do not complain about past_intervals constrained by oldest epoch

The start of the required interval has a floor set by the oldest osdmap
epoch we have.  That can lead to an invalid/empty required interval
(because the start is >= the end), but the PG may still have past
intervals.  That can be cause by a slow PG deletion.

No need to complain about this harmless condition.

Fixes: https://tracker.ceph.com/issues/39546
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PeeringState.cc