From 57264b9bf31cf6f77974fd7025775e963b0349e3 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Fri, 8 Jul 2016 10:08:20 -0700 Subject: [PATCH] ReplicatedPG::on_removal: clear missing set as well Signed-off-by: Samuel Just --- src/osd/ReplicatedPG.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.3