]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add reference to the new mdsmap max_xattr_size field 46357/head
authorLuís Henriques <lhenriques@suse.de>
Thu, 2 Jun 2022 14:12:29 +0000 (15:12 +0100)
committerLuís Henriques <lhenriques@suse.de>
Wed, 1 Mar 2023 10:38:11 +0000 (10:38 +0000)
Signed-off-by: Luís Henriques <lhenriques@suse.de>
PendingReleaseNotes

index fc7abbe533e8e3b907d26a51d8fada6d5972b8e7..558f880dcecd9f5dded04c1d1c91d81a172dbecd 100644 (file)
@@ -178,3 +178,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