From: Rishabh Dave Date: Mon, 15 Jun 2026 11:09:25 +0000 (+0530) Subject: PendingReleaseNotes: add note for mutability of CephFS snapshot metadata X-Git-Tag: testing/wip-vshankar-testing-20260618.105429~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f1f0e9eb2fabb88a8e44525cb8490a44a95a79d;p=ceph-ci.git PendingReleaseNotes: add note for mutability of CephFS snapshot metadata Signed-off-by: Rishabh Dave --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 2e2a19fc25f..edb30eea8b0 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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++