mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #22524 from tchaikov/wip-history-les-bound
osd/PG: unset history_les_bound if local-les is used Reviewed-by: Josh Durgin <jdurgin@redhat.com> Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
commit
3234db0649
@ -1140,6 +1140,7 @@ map<pg_shard_t, pg_info_t>::const_iterator PG::find_best_info(
|
||||
}
|
||||
if (!i->second.is_incomplete() &&
|
||||
max_last_epoch_started_found < i->second.last_epoch_started) {
|
||||
*history_les_bound = false;
|
||||
max_last_epoch_started_found = i->second.last_epoch_started;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user