From: Sridhar Seshasayee Date: Tue, 29 Aug 2023 04:29:15 +0000 (+0530) Subject: PendingReleaseNotes: Note change to 'ceph config dump' pretty-print output. X-Git-Tag: v16.2.15~160^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=97a1a3f3318ffab5cdc400639c8780c25d785ab1;p=ceph.git PendingReleaseNotes: Note change to 'ceph config dump' pretty-print output. Signed-off-by: Sridhar Seshasayee (cherry picked from commit 401b30f19f51e86f1471447a6af788b94e283ff0) Conflicts: PendingReleaseNotes - Remove unrelated release note related to Cephfs - Move related release note under the new ">=16.2.15" section --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index c54d6a9d79eb..5e2c22e1b51b 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -32,6 +32,14 @@ in certain recovery scenarios, e.g., monitor database lost and rebuilt, and the restored file system is expected to have the same ID as before. +>=16.2.15 +---------- +* `ceph config dump --format ` output will display the localized + option names instead of its normalized version. For e.g., + "mgr/prometheus/x/server_port" will be displayed instead of + "mgr/prometheus/server_port". This matches the output of the non pretty-print + formatted version of the command. + >= 16.2.14 ----------