From b70c752e4a831ed0d98e41adbbeb9d08afcff6c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lu=C3=ADs=20Henriques?= Date: Thu, 2 Jun 2022 15:12:29 +0100 Subject: [PATCH] PendingReleaseNotes: add reference to the new mdsmap max_xattr_size field MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Henriques --- PendingReleaseNotes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index fc7abbe533e..558f880dcec 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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 -- 2.47.3