]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
PendingReleaseNotes: add note for new `auth rotate`
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 18 Jun 2024 17:47:29 +0000 (13:47 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 26 Nov 2024 15:21:49 +0000 (10:21 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit deab0443ef5df84c1d7261f1b1b74a512f2e2864)

PendingReleaseNotes

index 4e3fd4eabd578db233abdb95a7432bbe02ad4b48..60e1972fdd7330d4a6ce24c3a98e518a8e27089c 100644 (file)
 
 >=19.0.0
 
+* cephx: key rotation is now possible using `ceph auth rotate`. Previously,
+  this was only possible by deleting and then recreating the key.
+* ceph: a new --daemon-output-file switch is available for `ceph tell` commands
+  to dump output to a file local to the daemon. For commands which produce
+  large amounts of output, this avoids a potential spike in memory usage on the
+  daemon, allows for faster streaming writes to a file local to the daemon, and
+  reduces time holding any locks required to execute the command. For analysis,
+  it is necessary to retrieve the file from the host running the daemon
+  manually. Currently, only --format=json|json-pretty are supported.
+* RGW: GetObject and HeadObject requests now return a x-rgw-replicated-at
+  header for replicated objects. This timestamp can be compared against the
+  Last-Modified header to determine how long the object took to replicate.
 * The cephfs-shell utility is now packaged for RHEL 9 / CentOS 9 as required
   python dependencies are now available in EPEL9.
 * RGW: S3 multipart uploads using Server-Side Encryption now replicate correctly in