]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Remove oldest_stored_osdmap()
authorMatan Breizman <mbreizma@redhat.com>
Thu, 3 Nov 2022 08:59:11 +0000 (08:59 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 16 May 2023 10:36:52 +0000 (10:36 +0000)
commit0d52451b2dbd98b934badd555ed381459a46b45b
treef62832d61e36a0d9f1e630aecd4522030ff39fd9
parentab290be288543de4bf800330e51fad4dd78b09d9
osd: Remove oldest_stored_osdmap()

The only usage was for identyfing map gaps on new intervals.
We should use max_oldest_stored_osdmap() instead, since a specific
osd's oldest_map may lag behind.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 2541b49927670927fc34acf4af712fdb9f7a5bf7)
src/crimson/osd/pg.h
src/osd/PG.cc
src/osd/PG.h
src/osd/PeeringState.cc
src/osd/PeeringState.h