]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ReplicatedPG::on_removal: clear missing set as well 10334/head
authorSamuel Just <sjust@redhat.com>
Fri, 8 Jul 2016 17:08:20 +0000 (10:08 -0700)
committerSamuel Just <sjust@redhat.com>
Thu, 14 Jul 2016 14:48:14 +0000 (07:48 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/ReplicatedPG.cc

index 930e534eecb95d4f177dfc136e6cced81365d54b..c619b59f135efb71107a30c84bcdb4f622c9a11e 100644 (file)
@@ -10004,6 +10004,7 @@ void ReplicatedPG::on_removal(ObjectStore::Transaction *t)
 
   // adjust info to backfill
   info.set_last_backfill(hobject_t(), true);
+  pg_log.reset_backfill();
   dirty_info = true;