]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: Note change to 'ceph config dump' pretty-print output. 53886/head
authorSridhar Seshasayee <sseshasa@redhat.com>
Tue, 29 Aug 2023 04:29:15 +0000 (09:59 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Mon, 9 Oct 2023 05:44:30 +0000 (11:14 +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 ">=17.2.7" section

PendingReleaseNotes

index 6e5e7753c7ddf06d3ed3a7879f148a155f396216..fce59361c51dbb73e7ec9f90b5aa6ae3d514d874 100644 (file)
 
 * CEPHFS: After recovering a Ceph File System post following the disaster recovery
   procedure, the recovered files under `lost+found` directory can now be deleted.
+* `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.
 
 >=17.2.6
 --------