From: Samuel Just Date: Tue, 9 Sep 2014 19:40:51 +0000 (-0700) Subject: Revert "PG: mark_log_for_rewrite on resurrection" X-Git-Tag: v0.80.6~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=881c267fa4f8257a9205ec897c631183ef5c6388;p=ceph.git Revert "PG: mark_log_for_rewrite on resurrection" Actually, we don't want to backport this one without the fix for #9293. This reverts commit 7ddf0a252bb887553b29fd93e58d01cac38835e6. --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 8f4ef2c8bf77..d8bf88b243c7 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -2347,7 +2347,6 @@ void PG::init( dout(10) << __func__ << ": Setting backfill" << dendl; info.last_backfill = hobject_t(); info.last_complete = info.last_update; - pg_log.mark_log_for_rewrite(); } reg_next_scrub();