]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add note about CephFS set_vxattrs 60752/head
authorChristopher Hoffman <choffman@redhat.com>
Tue, 6 Feb 2024 20:59:21 +0000 (20:59 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Fri, 15 Nov 2024 14:58:07 +0000 (14:58 +0000)
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
(cherry picked from commit f5fe6a51850652aaf5ed61f6cc3d935d0eca4e78)

PendingReleaseNotes

index 1b597500de41651f17b5d0f5a0e9f56b3de522e8..a7d1820cf73ce7d0d05015a7321be22e7f0efad1 100644 (file)
@@ -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.