]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add reference to the new mdsmap max_xattr_size field
authorLuís Henriques <lhenriques@suse.de>
Thu, 2 Jun 2022 14:12:29 +0000 (15:12 +0100)
committerMykola Golub <mgolub@suse.com>
Fri, 3 Nov 2023 16:33:25 +0000 (18:33 +0200)
Signed-off-by: Luís Henriques <lhenriques@suse.de>
(cherry picked from commit b70c752e4a831ed0d98e41adbbeb9d08afcff6c0)

PendingReleaseNotes

index 03520c97b5e91983ec34b8f2316c65970dfd325c..7bf5ef7823217a59d72da230c25e34b26f6105c3 100644 (file)
@@ -291,3 +291,9 @@ Relevant tracker: https://tracker.ceph.com/issues/55715
 request from client(s). This can be useful during some recovery situations
 where it's desirable to bring MDS up but have no client workload.
 Relevant tracker: https://tracker.ceph.com/issues/57090
+
+* New MDSMap field `max_xattr_size` which can be set using the `fs set` command.
+  This MDSMap field allows to configure the maximum size allowed for the full
+  key/value set for a filesystem extended attributes.  It effectively replaces
+  the old per-MDS `max_xattr_pairs_size` setting, which is now dropped.
+  Relevant tracker: https://tracker.ceph.com/issues/55725