From dcc09b00f3c879ea2b7dbecefdaa348c2e54a38f Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 24 Oct 2023 14:50:17 -0700 Subject: [PATCH] crimson/.../snaptrim_event.h: add TODO about delta_stats bug Signed-off-by: Samuel Just --- src/crimson/osd/osd_operations/snaptrim_event.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crimson/osd/osd_operations/snaptrim_event.h b/src/crimson/osd/osd_operations/snaptrim_event.h index 5afba7d7a47e..12f244512ac3 100644 --- a/src/crimson/osd/osd_operations/snaptrim_event.h +++ b/src/crimson/osd/osd_operations/snaptrim_event.h @@ -142,6 +142,8 @@ public: CommonPGPipeline& client_pp(); private: + /* TODO: we don't actually update the PG's stats + * https://tracker.ceph.com/issues/63307 */ object_stat_sum_t delta_stats; remove_or_update_iertr::future<> remove_clone( -- 2.47.3