From 7f1f0e9eb2fabb88a8e44525cb8490a44a95a79d Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 15 Jun 2026 16:39:25 +0530 Subject: [PATCH] PendingReleaseNotes: add note for mutability of CephFS snapshot metadata Signed-off-by: Rishabh Dave --- PendingReleaseNotes | 4 ++++ 1 file changed, 4 insertions(+) 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++ -- 2.47.3