]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge PR #55758 into main
authorVenky Shankar <vshankar@redhat.com>
Wed, 29 May 2024 09:34:58 +0000 (15:04 +0530)
committerVenky Shankar <vshankar@redhat.com>
Wed, 29 May 2024 09:34:58 +0000 (15:04 +0530)
* 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 <dparmar@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
1  2 
PendingReleaseNotes
src/tools/cephfs/first-damage.py

index 4236276a21e57bbe2d1199760159cb8d40e8d275,b765df0db2bd2acc39a96ef247d6099ce9b2fc32..45b43c12fb58b0fc7d5f6a8965927b70193bfb66
@@@ -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 <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
  
  * The RGW policy parser now rejects unknown principals by default. If you are
Simple merge