From: Marcel Lauhoff Date: Fri, 1 Nov 2024 15:21:34 +0000 (+0100) Subject: PendingReleaseNotes: Add note on messenger dump X-Git-Tag: v20.3.0~373^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2dd0059582cd58052d4b705782df7e591c09d0c5;p=ceph.git PendingReleaseNotes: Add note on messenger dump Signed-off-by: Marcel Lauhoff --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 5fe95fd99d8c..5c1bed7d5c90 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -80,6 +80,8 @@ an empty string can be assigned to it. Additionally, commands `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: Add ``messenger dump`` command to retrieve runtime information + on connections, sockets, and kernel TCP stats from the messenger. * RADOS: A performance botteneck in the balancer mgr module has been fixed. Related Tracker: https://tracker.ceph.com/issues/68657