From: Alex Ainscow Date: Mon, 16 Mar 2026 09:23:55 +0000 (+0000) Subject: *: Update PendingReleaseNotes for librados.hpp CLS breaking API change X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6a32153e2d91be7a96de171f4cc5947057a91b89;p=ceph.git *: Update PendingReleaseNotes for librados.hpp CLS breaking API change Signed-off-by: Alex Ainscow --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 493307201e71..61583c064e20 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,3 +1,9 @@ +* 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++ + developers must update their method calls to use these new structs, which ensure + read/write semantics are correctly applied. + * ceph-volume: Raw BlueStore OSD preparation now pre-formats NVMe devices and skips the slower BlueStore discard phase,reducing mkfs time on very large namespaces.