From 35f2fe8279361a3582825a62650b58272b5e3052 Mon Sep 17 00:00:00 2001 From: Yaarit Hatuka Date: Mon, 1 Nov 2021 15:19:30 +0000 Subject: [PATCH] doc/dev/release-checklist: add manual review of telemetry reports When gathering metrics, the telemetry module automatically detects and removes sensitive details (e.g. pools and hosts names) from its reports. We wish to manually double-check here that none of these details are accidentally included in the reports. Signed-off-by: Yaarit Hatuka --- doc/dev/release-checklists.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index 2668ed84469..9ba01893e14 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -98,6 +98,7 @@ First release candidate ======================= - [ ] 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 First stable release -- 2.39.5