From 961708f2bc330ee939744bbde956f4b3a6634183 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Wed, 15 Oct 2025 20:54:37 +0000 Subject: [PATCH] doc/dev: check off telemetry release requirement Signed-off-by: Laura Flores --- doc/dev/release-checklists.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index 10dd8d57295..a5dd40829c9 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -141,7 +141,7 @@ First release candidate - [x] src/ceph_release: change type to `rc` - [ ] opt-in to all telemetry channels, generate telemetry reports, and verify no sensitive details (like pools names) are collected -- [ ] check if new pool flags exist in pg_pool_t (osd/osd_types.h), and add them to telemetry's basic_pool_flags collection, in case they are not sensitive +- [x] check if new pool flags exist in pg_pool_t (osd/osd_types.h), and add them to telemetry's basic_pool_flags collection, in case they are not sensitive First stable release -- 2.39.5