]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases/tentacle: remove bogus notable changes
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 15 Jun 2026 23:38:20 +0000 (19:38 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 16 Jun 2026 18:16:32 +0000 (14:16 -0400)
Resolves: https://tracker.ceph.com/issues/77357
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
doc/releases/tentacle.rst

index 0534c1438ef3e915498bb45b344ebf9a8b40c441..bce02033a023712cde940a11b67ae4a17d0f20c6 100644 (file)
@@ -22,26 +22,18 @@ Notable Changes
 MDS (Metadata Server)
 ---------------------
 
-* Upgrade Testing Architecture: Split up existing upgrade sequences into distinct CentOS Stream 9 and Rocky Linux 10 automated test variants across multiple upgrade suites (including parallel, stress-split, and telemetry suites).
-* Queueing Logic Update: Retry requests are now added directly to the MDSRank wait queue rather than going through the finisher.
-* Optimization: Removed duplicate context completion calls and adjusted scan_stray_dir after refining the MDSContext class.
-* Reversion: Reverted a prior change that moved MDSContext completion handling to the finish method.
 * Segmentation fault fixed due to incorrect queueing of request retries.
 
 OSD (Object Storage Daemon)
 ---------------------------
 
-* FastEC Activation: Always updates the pwlc epoch when activating.
 * PGLog Missed List: Fixed a bug to ensure the correct version is attached to the missing list when ignoring log entries.
 * Data Integrity Asserts: Added assertions to explicitly catch potential corruption in the OSD missing list.
-* Data Structure Changes: Modified the rmissing map key type from version_t to eversion_t.
-* Rollback & Vector Fixes: Corrected rollback logic for partial write object information (OI) and optimized Erasure Coding (EC) by ensuring Twiddle creates a full-sized vector.
 
 RGW (RADOS Gateway)
 -------------------
 
 * Lifecycle Management: Fixed lifecycle transition issues affecting encrypted multipart objects.
-* Multisite Concurrency: Improved concurrency handling when a value of 1 is provided by the caller, added logging for concurrency state transitions within adj_concurrency, exposed lock latency as a performance counter for data synchronization, and fixed an uninitialized LatencyMonitor average by shifting to an exponentially weighted moving average.
 * REST & Query Handling: RESTArgs::get_string() now properly URL-decodes incoming query parameters.
 
 RADOS / librados / neorados