From: Sage Weil Date: Wed, 12 Apr 2017 20:54:18 +0000 (-0400) Subject: osd/PG: dirty_big_info=true when we clear past_intervals X-Git-Tag: v12.0.3~129^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=76ada64067a1e0c402428650749a2249af94993e;p=ceph.git osd/PG: dirty_big_info=true when we clear past_intervals Signed-off-by: Sage Weil --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 4dd9dbea52bc..997115f4587b 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -1979,6 +1979,7 @@ void PG::mark_clean() info.history.last_interval_clean = info.history.same_interval_since; past_intervals.clear(); + dirty_big_info = true; if (is_active()) { /* The check is needed because if we are below min_size we're not