]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add note for mutability of CephFS snapshot metadata
authorRishabh Dave <ridave@redhat.com>
Mon, 15 Jun 2026 11:09:25 +0000 (16:39 +0530)
committerKotresh HR <khiremat@redhat.com>
Wed, 8 Jul 2026 07:23:45 +0000 (12:53 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 7f1f0e9eb2fabb88a8e44525cb8490a44a95a79d)

PendingReleaseNotes

index b37603dcb57fd29d7d340f54f069c2ac806f5018..874a211e9c7e96c8a9a22d8a50e9403a9ed1fec9 100644 (file)
@@ -1,4 +1,11 @@
 * DASHBOARD: Added support for RGW zonegroup hostnames and wildcard certificates for virtual-host-style bucket access
+* RADOS: PG autoscaler allows overlapping roots. Each root receives a PG target based
+  on its OSDs, with OSDs shared across multiple roots contributing proportionally
+  less to each root's allocation.
+  
+* CephFS: CephFS snapshots metadata is now mutable. It is now possible to add,
+  update and remove existing key-value pairs that are part of a snapshot
+  metadata via libcephfs API ceph_do_snap_md_op().
 
 * librados/neorados: The C++ APIs for executing Ceph Class (CLS) methods
   have undergone a breaking change to enforce compile-time type safety, replacing