From: Luís Henriques Date: Thu, 2 Jun 2022 14:12:29 +0000 (+0100) Subject: PendingReleaseNotes: add reference to the new mdsmap max_xattr_size field X-Git-Tag: v18.2.4~396^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3e93498464ea2f773786f496e40faedc666e71a0;p=ceph.git PendingReleaseNotes: add reference to the new mdsmap max_xattr_size field Signed-off-by: Luís Henriques (cherry picked from commit b70c752e4a831ed0d98e41adbbeb9d08afcff6c0) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 03520c97b5e9..7bf5ef782321 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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