]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge PR #53755 into wip-vshankar-testing-20240604.051731-debug
authorVenky Shankar <vshankar@redhat.com>
Tue, 4 Jun 2024 05:18:07 +0000 (10:48 +0530)
committerVenky Shankar <vshankar@redhat.com>
Tue, 4 Jun 2024 05:18:07 +0000 (10:48 +0530)
* refs/pull/53755/head:
PendingReleaseNotes: add note about CephFS set_vxattrs
doc/cephfs: Update docs to match remove functionality and respective vxattrs
qa: Add test coverage for vxattr behavior
qa: Add removexattr to support setfattr removal.
mds: Implement remove for ceph vxattrs

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Dhairya Parmar <dparmar@redhat.com>
Reviewed-by: Milind Changire <mchangir@redhat.com>
1  2 
PendingReleaseNotes
src/mds/Server.cc

index 45b43c12fb58b0fc7d5f6a8965927b70193bfb66,db5f1be2db60f99585b0e4dcaf561d4600a1ecd5..c3fd15dc202259499baec1a76425838100fdf8ab
@@@ -199,31 -192,11 +199,35 @@@ CephFS: Disallow delegating preallocate
    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.
 +  The 'cephfs-journal-tool --rank <fs_name>:<mds_rank> journal reset' and
 +  'cephfs-journal-tool --rank <fs_name>:<mds_rank> journal reset --force'
 +  commands require '--yes-i-really-really-mean-it'.
 +
 +* Dashboard: Rearranged Navigation Layout: The navigation layout has been reorganized
 +  for improved usability and easier access to key features.
 +* Dashboard: CephFS Improvments
 +  * Support for managing CephFS snapshots and clones, as well as snapshot schedule
 +    management
 +  * Manage authorization capabilities for CephFS resources
 +  * Helpers on mounting a CephFS volume
 +* Dashboard: RGW Improvements
 +  * Support for managing bucket policies
 +  * Add/Remove bucket tags
 +  * ACL Management
 +  * Several UI/UX Improvements to the bucket form
 +* Monitoring: Grafana dashboards are now loaded into the container at runtime rather than
 +  building a grafana image with the grafana dashboards. Official Ceph grafana images
 +  can be found in quay.io/ceph/grafana
 +* Monitoring: RGW S3 Analytics: A new Grafana dashboard is now available, enabling you to
 +  visualize per bucket and user analytics data, including total GETs, PUTs, Deletes,
 +  Copies, and list metrics.
  
  >=18.0.0
  
Simple merge