]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge PR #58236 into reef
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 11 Jun 2025 16:21:20 +0000 (12:21 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Wed, 11 Jun 2025 16:21:59 +0000 (12:21 -0400)
* refs/pull/58236/head:
doc: add documentation for `ceph auth rotate`
PendingReleaseNotes: add note for new `auth rotate`
qa: test `auth rotate`
mon/AuthMonitor: add `ceph auth rotate` command

Reviewed-by: Laura Flores <lflores@redhat.com>
1  2 
PendingReleaseNotes

index 9b44cf40bec239373eb600ffea427940e61e873d,f7d2f3d8f2c9ea54c832038c8704a0365ffd3595..2495d058fc6231add38095e6a8ab4b391ca132f7
  
  >=19.0.0
  
 -* 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.
+ * cephx: key rotation is now possible using `ceph auth rotate`. Previously,
+   this was only possible by deleting and then recreating the key.
  * 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