]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add a note for `mds_session_metadata_threshold` mds config
authorVenky Shankar <vshankar@redhat.com>
Thu, 17 Aug 2023 04:40:37 +0000 (10:10 +0530)
committerVenky Shankar <vshankar@redhat.com>
Fri, 8 Sep 2023 05:51:49 +0000 (11:21 +0530)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit ac3ab1a203ad65c7db07bc2c02acb5620800fb25)

PendingReleaseNotes

index cbdc83fc8a28efc690ff0b9b5a1c910f9da5d852..6c84a22f1ccc547d901b1c1fb4d4f10a28bec0a5 100644 (file)
     fixes and enhancements.
   * For more detailed information see:
     https://docs.ceph.com/en/quincy/rados/configuration/mclock-config-ref/
+* RGW: S3 multipart uploads using Server-Side Encryption now replicate correctly in
+  multi-site. Previously, the replicas of such objects were corrupted on decryption.
+  A new tool, ``radosgw-admin bucket resync encrypted multipart``, can be used to
+  identify these original multipart uploads. The ``LastModified`` timestamp of any
+  identified object is incremented by 1ns to cause peer zones to replicate it again.
+  For multi-site deployments that make any use of Server-Side Encryption, we
+  recommended running this command against every bucket in every zone after all
+  zones have upgraded.
+* CEPHFS: MDS evicts clients which are not advancing their request tids which causes
+  a large buildup of session metadata resulting in the MDS going read-only due to
+  the RADOS operation exceeding the size threshold. `mds_session_metadata_threshold`
+  config controls the maximum size that a (encoded) session metadata can grow.
 
 * CEPHFS: After recovering a Ceph File System post following the disaster recovery
   procedure, the recovered files under `lost+found` directory can now be deleted.