From 53a27b4d097c5bcbf6c963984e22201b09743018 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 17 Dec 2024 17:18:11 -0600 Subject: [PATCH] PendingReleaseNotes: add note about tracker #69012 We merged a fix for v19.2.1 that helps alleviate the worst of this problem (https://tracker.ceph.com/issues/68657), but it still comes up on occasion. This release note addresses the remaining issues tracked in https://tracker.ceph.com/issues/69012. Signed-off-by: Laura Flores --- PendingReleaseNotes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 1b0a75e01a155..873ac6d21dd43 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -61,6 +61,9 @@ `ceph fs subvolume earmark set`, `ceph fs subvolume earmark get` and `ceph fs subvolume earmark rm` have been added to set, get and remove earmark from a given subvolume. +* RADOS: A performance botteneck in the balancer mgr module has been fixed. + Related Tracker: https://tracker.ceph.com/issues/68657 + >=19.0.0 * cephx: key rotation is now possible using `ceph auth rotate`. Previously,