From 47f540d5b7ecc4ae193057df429db24ca6b3de8d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 2 May 2016 14:27:16 -0400 Subject: [PATCH] osd: set pg history last_clean_scrub_stamp on create We were setting the other two; set this one as well. Signed-off-by: Sage Weil --- src/osd/OSD.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index f7907f5c83209..8d5ccf542e1e7 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -7495,6 +7495,7 @@ void OSD::handle_pg_create(OpRequestRef op) history.epoch_created = created; history.last_scrub_stamp = ci->second; history.last_deep_scrub_stamp = ci->second; + history.last_clean_scrub_stamp = ci->second; // project history from created epoch (handle_pg_peering_evt does // it from msg send epoch)