mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
Merge pull request #15639 from liewegas/wip-20167
osd/PG: make non-empty PastIntervals non-fatal Reviewed-by: Josh Durgin <jdurgin@redhat.com> Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
d17dbaf6c5
@ -799,7 +799,6 @@ void PG::check_past_interval_bounds() const
|
||||
derr << info.pgid << " required past_interval bounds are"
|
||||
<< " empty [" << rpib << ") but past_intervals is not: "
|
||||
<< past_intervals << dendl;
|
||||
assert(past_intervals.empty());
|
||||
}
|
||||
} else {
|
||||
if (past_intervals.empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user