summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/osd/PG.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/PG.cc b/src/osd/PG.cc
index 6526633b7d7..666f0946d5a 100644
--- a/src/osd/PG.cc
+++ b/src/osd/PG.cc
@@ -5002,6 +5002,7 @@ void PG::handle_activate_map(RecoveryCtx *rctx)
dout(10) << "handle_activate_map " << dendl;
ActMap evt;
recovery_state.handle_event(evt, rctx);
+ dirty_info = true;
}
void PG::handle_loaded(RecoveryCtx *rctx)