]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: Note change to 'ceph config dump' pretty-print output. 53984/head
authorSridhar Seshasayee <sseshasa@redhat.com>
Tue, 29 Aug 2023 04:29:15 +0000 (09:59 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Thu, 12 Oct 2023 05:43:02 +0000 (11:13 +0530)
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
(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

PendingReleaseNotes

index c54d6a9d79eb2c34fee7a27fb1086e36a807d071..5e2c22e1b51b3139c463e96761c37edafb463a58 100644 (file)
   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 <json|xml>` 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
 ----------