]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
PendingReleaseNotes: add note for mutability of CephFS snapshot metadata rishabh-snap-md rishabh-snap-md-2
authorRishabh Dave <ridave@redhat.com>
Mon, 15 Jun 2026 11:09:25 +0000 (16:39 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 18 Jun 2026 06:27:45 +0000 (11:57 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
PendingReleaseNotes

index 2e2a19fc25fee8855ab1c7ede167124cf108e5cd..edb30eea8b0be41dce6c43f7835be0900fd6d0cb 100644 (file)
@@ -2,6 +2,10 @@
   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
   legacy string-based parameters with strongly-typed ClsMethod structs. C++