]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "PG: mark_log_for_rewrite on resurrection"
authorSamuel Just <sam.just@inktank.com>
Tue, 9 Sep 2014 19:40:51 +0000 (12:40 -0700)
committerSamuel Just <sam.just@inktank.com>
Tue, 9 Sep 2014 19:40:51 +0000 (12:40 -0700)
Actually, we don't want to backport this one without the fix
for #9293.

This reverts commit 7ddf0a252bb887553b29fd93e58d01cac38835e6.

src/osd/PG.cc

index 8f4ef2c8bf77f386522e22b54124601adb416ad8..d8bf88b243c7e9a220c061ff415c431dc569ba5c 100644 (file)
@@ -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();