From f45094f7225fcff67e678cb2dbd1e165cdacb181 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Thu, 24 Mar 2016 10:32:51 +0800 Subject: [PATCH] osd/pg: set dirty_info after we dirty history Signed-off-by: xie xingguo --- src/osd/PG.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 4e3a60349abc1..557bbf80f6630 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -6837,6 +6837,7 @@ boost::statechart::result PG::RecoveryState::Active::react(const AllReplicasActi // info.last_epoch_started is set during activate() pg->info.history.last_epoch_started = pg->info.last_epoch_started; + pg->dirty_info = true; pg->share_pg_info(); pg->publish_stats_to_osd(); -- 2.39.5