From: Venky Shankar Date: Wed, 29 May 2024 09:34:58 +0000 (+0530) Subject: Merge PR #55758 into main X-Git-Tag: v20.0.0~1847 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=75bcfd1bbf6cb3d32ce3b90ccdca1c03f835650e;p=ceph.git Merge PR #55758 into main * refs/pull/55758/head: doc: update 'journal reset' command with --yes-i-really-really-mean-it qa: fix cephfs-journal-tool command options and make fs inactive cephfs-journal-tool: Add warning messages during 'journal reset' and prevent execution on active fs Reviewed-by: Dhairya Parmar Reviewed-by: Venky Shankar --- 75bcfd1bbf6cb3d32ce3b90ccdca1c03f835650e diff --cc PendingReleaseNotes index 4236276a21e5,b765df0db2bd..45b43c12fb58 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -201,26 -194,11 +201,30 @@@ CephFS: Disallow delegating preallocate and the new feature bit for more information. * 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 : journal reset' and + 'cephfs-journal-tool --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 * The RGW policy parser now rejects unknown principals by default. If you are