From dbce1d0dc919e221523bd44e1d0834711da1577d Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Thu, 7 Feb 2013 10:38:00 -0800 Subject: [PATCH] PG: dirty_info on handle_activate_map We need to make sure the pg epoch is persisted during activate_map. Backport: bobtail Reviewed-by: Sage Weil Signed-off-by: Samuel Just --- src/osd/PG.cc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.3