From: Samuel Just Date: Thu, 7 Feb 2013 18:38:00 +0000 (-0800) Subject: PG: dirty_info on handle_activate_map X-Git-Tag: v0.57~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dbce1d0dc919e221523bd44e1d0834711da1577d;p=ceph.git 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 --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 6526633b7d78..666f0946d5a2 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)