From: Samuel Just Date: Fri, 8 Jul 2016 17:08:20 +0000 (-0700) Subject: ReplicatedPG::on_removal: clear missing set as well X-Git-Tag: ses5-milestone5~325^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10334%2Fhead;p=ceph.git ReplicatedPG::on_removal: clear missing set as well Signed-off-by: Samuel Just --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 930e534eecb9..c619b59f135e 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -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;