From ea0fbd1917fc266e681f9c51616555a4ee50445a Mon Sep 17 00:00:00 2001 From: Yaarit Hatuka Date: Mon, 16 Sep 2024 19:19:51 +0000 Subject: [PATCH] doc/dev/release-checklist: check telemetry validation Signed-off-by: Yaarit Hatuka --- doc/dev/release-checklists.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index 06e1a818c606e..007d56013214a 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -152,8 +152,8 @@ 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] opt-in to all telemetry channels, generate telemetry reports, and verify no sensitive details (like pools names) are collected +- [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