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:
Sage Weil 2017-06-15 08:59:14 -05:00 committed by GitHub
commit d17dbaf6c5

View File

@ -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()) {