From: Christopher Hoffman Date: Tue, 6 Feb 2024 20:59:21 +0000 (+0000) Subject: PendingReleaseNotes: add note about CephFS set_vxattrs X-Git-Tag: v19.2.3~447^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b1d8d0fa500c339a142438628493cd9b718bc6ad;p=ceph.git PendingReleaseNotes: add note about CephFS set_vxattrs Signed-off-by: Christopher Hoffman (cherry picked from commit f5fe6a51850652aaf5ed61f6cc3d935d0eca4e78) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 1b597500de41..a7d1820cf73c 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -193,6 +193,10 @@ CephFS: Disallow delegating preallocated inode ranges to clients. Config without this feature will trigger the MDS to raise a HEALTH_ERR on the cluster, MDS_CLIENTS_BROKEN_ROOTSQUASH. See the documentation on this warning and the new feature bit for more information. +* CephFS: Expanded removexattr support for cephfs virtual extended attributes. + Previously one had to use setxattr to restore the default in order to "remove". + You may now properly use removexattr to remove. You can also now remove layout + on root inode, which then will restore layout to default layout. * cls_cxx_gather is marked as deprecated. * CephFS: cephfs-journal-tool is guarded against running on an online file system.