summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/osd/OSD.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc
index 112f7eaa158..f47d27719ed 100644
--- a/src/osd/OSD.cc
+++ b/src/osd/OSD.cc
@@ -4634,9 +4634,11 @@ void OSD::handle_pg_query(OpRequestRef op)
continue;
}
+ /* FIXME: do not do this unless/until we also write any modified history to disk.
unreg_last_pg_scrub(pg->info.pgid, pg->info.history.last_scrub_stamp);
pg->info.history.merge(it->second.history);
reg_last_pg_scrub(pg->info.pgid, pg->info.history.last_scrub_stamp);
+ */
// ok, process query!
PG::RecoveryCtx rctx(0, 0, &notify_list, 0, 0);