]> 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>
Wed, 1 Feb 2023 09:51:55 +0000 (09:51 +0000)
commit2541b49927670927fc34acf4af712fdb9f7a5bf7
tree27726b6f5a6f427ba666dd719e6486bac7a5c60b
parent0c611b362fb9cc4225f18283f74299551c2c5953
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>
src/crimson/osd/pg.h
src/osd/PG.cc
src/osd/PG.h
src/osd/PeeringState.cc
src/osd/PeeringState.h